#D19DAE

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

Shades of Kobi #D19DAE

Tints of Kobi #D19DAE

Color information

#D19DAE (or 0xD19DAE) is unknown color: approx Kobi. HEX triplet: D1, 9D and AE. RGB value is (209,157,174). Sum of RGB (Red+Green+Blue) = 209+157+174=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DAE is #2E6251. Grayscale: #AEAEAE. Windows color (decimal): -3039826 or 11443665. OLE color: 11443665.

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

Color convert

RGB209157174-
CMYK00.250.170.18
HSL340.38º36.11%71.76%-
HSV(B)340.38º24.88%81.96%-
XYZ45.9940.7345.48-
YUV174.49127.73152.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=38.70%
G=29.07%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915717400.250.170.18340.3836.1171.76
HexD19DAE01911121542448
Octal321235256031212252444110
Binary11010001100111011010111001100110001100101010101001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DAE; }

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

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

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

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

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

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

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

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