#D4E0C9

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

Shades of Ottoman #D4E0C9

Tints of Ottoman #D4E0C9

Color information

#D4E0C9 (or 0xD4E0C9) is unknown color: approx Ottoman. HEX triplet: D4, E0 and C9. RGB value is (212,224,201). Sum of RGB (Red+Green+Blue) = 212+224+201=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0C9 is #2B1F36. Grayscale: #D9D9D9. Windows color (decimal): -2826039 or 13230292. OLE color: 13230292.

HSL color Cylindrical-coordinate representation of color #D4E0C9: hue angle of 91.3º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E0C9 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB212224201-
CMYK0.0500.100.12
HSL91.3º27.06%83.33%-
HSV(B)91.3º10.27%87.84%-
XYZ64.3571.5365.67-
YUV217.79118.52123.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=33.28%
G=35.16%
B=31.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122242010.0500.100.1291.327.0683.33
HexD4E0C950AC5b1b53
Octal32434031150121413333123
Binary1101010011100000110010011010101011001011011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0C9; }

 p { color: rgb(212,224,201); }

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

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

 a { background-color: rgb(212,224,201); }

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

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

 span { border-color: rgb(212,224,201); }

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