#D49DAE

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

Shades of Kobi #D49DAE

Tints of Kobi #D49DAE

Color information

#D49DAE (or 0xD49DAE) is unknown color: approx Kobi. HEX triplet: D4, 9D and AE. RGB value is (212,157,174). Sum of RGB (Red+Green+Blue) = 212+157+174=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAE is #2B6251. Grayscale: #AFAFAF. Windows color (decimal): -2843218 or 11443668. OLE color: 11443668.

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

Color convert

RGB212157174-
CMYK00.260.180.17
HSL341.45º39.01%72.35%-
HSV(B)341.45º25.94%83.14%-
XYZ46.8541.1745.52-
YUV175.38127.22154.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=39.04%
G=28.91%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215717400.260.180.17341.4539.0172.35
HexD49DAE01A12111552748
Octal324235256032222152547110
Binary11010100100111011010111001101010010100011010101011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DAE; }

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

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

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

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

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

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

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

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