#D998AE

Color #D998AE Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D998AE

Tints of Kobi #D998AE

Color information

#D998AE (or 0xD998AE) is unknown color: approx Kobi. HEX triplet: D9, 98 and AE. RGB value is (217,152,174). Sum of RGB (Red+Green+Blue) = 217+152+174=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AE is #266751. Grayscale: #ADADAD. Windows color (decimal): -2516818 or 11442393. OLE color: 11442393.

HSL color Cylindrical-coordinate representation of color #D998AE: hue angle of 339.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998AE is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217152174-
CMYK00.300.200.15
HSL339.69º46.1%72.35%-
HSV(B)339.69º29.95%85.1%-
XYZ47.4840.2645.31-
YUV173.94128.03158.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=39.96%
G=27.99%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715217400.300.200.15339.6946.172.35
HexD998AE01E14F1542e48
Octal331230256036241752456110
Binary1101100110011000101011100111101010011111010101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998AE; }

 p { color: rgb(217,152,174); }

 H1.HeaderClassName
 {
   color: #D998AE;
 }
 .AnyTagClassName
 {
   color: #D998AE;
 }
</style>
background-color css

<style>
 a { background-color: #D998AE; }

 a { background-color: rgb(217,152,174); }

 div.DivClassName
 {
   background-color: #D998AE;
 }
 .BgClassName
 {
   background-color: #D998AE;
 }
</style>
border-color css

<style>
 span { border-color: #D998AE; }

 span { border-color: rgb(217,152,174); }

 td.TdClassName
 {
   border-color: #D998AE;
 }
 .TagClassName
 {
   border-color: #D998AE;
 }
</style>