#D19EAE

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

Shades of Kobi #D19EAE

Tints of Kobi #D19EAE

Color information

#D19EAE (or 0xD19EAE) is unknown color: approx Kobi. HEX triplet: D1, 9E and AE. RGB value is (209,158,174). Sum of RGB (Red+Green+Blue) = 209+158+174=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19EAE is #2E6151. Grayscale: #AFAFAF. Windows color (decimal): -3039570 or 11443921. OLE color: 11443921.

HSL color Cylindrical-coordinate representation of color #D19EAE: hue angle of 341.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EAE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209158174-
CMYK00.240.170.18
HSL341.18º35.66%71.96%-
HSV(B)341.18º24.4%81.96%-
XYZ46.1641.0745.54-
YUV175.07127.4152.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=38.63%
G=29.21%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915817400.240.170.18341.1835.6671.96
HexD19EAE01811121552448
Octal321236256030212252544110
Binary11010001100111101010111001100010001100101010101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19EAE; }

 p { color: rgb(209,158,174); }

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

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

 a { background-color: rgb(209,158,174); }

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

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

 span { border-color: rgb(209,158,174); }

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