#D49EAD

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

Shades of Kobi #D49EAD

Tints of Kobi #D49EAD

Color information

#D49EAD (or 0xD49EAD) is unknown color: approx Kobi. HEX triplet: D4, 9E and AD. RGB value is (212,158,173). Sum of RGB (Red+Green+Blue) = 212+158+173=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAD is #2B6152. Grayscale: #AFAFAF. Windows color (decimal): -2842963 or 11378388. OLE color: 11378388.

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

Color convert

RGB212158173-
CMYK00.250.180.17
HSL343.33º38.57%72.55%-
HSV(B)343.33º25.47%83.14%-
XYZ46.9241.4745.07-
YUV175.86126.39153.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=39.04%
G=29.10%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215817300.250.180.17343.3338.5772.55
HexD49EAD01912111572749
Octal324236255031222152747111
Binary11010100100111101010110101100110010100011010101111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EAD; }

 p { color: rgb(212,158,173); }

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

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

 a { background-color: rgb(212,158,173); }

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

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

 span { border-color: rgb(212,158,173); }

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