#D59EAE

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

Shades of Kobi #D59EAE

Tints of Kobi #D59EAE

Color information

#D59EAE (or 0xD59EAE) is unknown color: approx Kobi. HEX triplet: D5, 9E and AE. RGB value is (213,158,174). Sum of RGB (Red+Green+Blue) = 213+158+174=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAE is #2A6151. Grayscale: #B0B0B0. Windows color (decimal): -2777426 or 11443925. OLE color: 11443925.

HSL color Cylindrical-coordinate representation of color #D59EAE: hue angle of 342.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EAE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213158174-
CMYK00.260.180.16
HSL342.55º39.57%72.75%-
HSV(B)342.55º25.82%83.53%-
XYZ47.3141.6645.59-
YUV176.27126.72154.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=39.08%
G=28.99%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315817400.260.180.16342.5539.5772.75
HexD59EAE01A12101572849
Octal325236256032222052750111
Binary11010101100111101010111001101010010100001010101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EAE; }

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

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

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

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

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

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

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

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