#D4E1C8

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

Shades of Ottoman #D4E1C8

Tints of Ottoman #D4E1C8

Color information

#D4E1C8 (or 0xD4E1C8) is unknown color: approx Ottoman. HEX triplet: D4, E1 and C8. RGB value is (212,225,200). Sum of RGB (Red+Green+Blue) = 212+225+200=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1C8 is #2B1E37. Grayscale: #DADADA. Windows color (decimal): -2825784 or 13165012. OLE color: 13165012.

HSL color Cylindrical-coordinate representation of color #D4E1C8: hue angle of 91.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E1C8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB212225200-
CMYK0.0600.110.12
HSL91.2º29.41%83.33%-
HSV(B)91.2º11.11%88.24%-
XYZ64.572.0265.14-
YUV218.26117.69123.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=33.28%
G=35.32%
B=31.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122252000.0600.110.1291.229.4183.33
HexD4E1C860BC5b1d53
Octal32434131060131413335123
Binary1101010011100001110010001100101111001011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1C8; }

 p { color: rgb(212,225,200); }

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

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

 a { background-color: rgb(212,225,200); }

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

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

 span { border-color: rgb(212,225,200); }

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