#D4E0C8

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

Shades of Ottoman #D4E0C8

Tints of Ottoman #D4E0C8

Color information

#D4E0C8 (or 0xD4E0C8) is unknown color: approx Ottoman. HEX triplet: D4, E0 and C8. RGB value is (212,224,200). Sum of RGB (Red+Green+Blue) = 212+224+200=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0C8 is #2B1F37. Grayscale: #D9D9D9. Windows color (decimal): -2826040 or 13164756. OLE color: 13164756.

HSL color Cylindrical-coordinate representation of color #D4E0C8: hue angle of 90º degrees, saturation: 0.28, 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 #D4E0C8 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB212224200-
CMYK0.0500.110.12
HSL90º27.91%83.14%-
HSV(B)90º10.71%87.84%-
XYZ64.2371.4865.05-
YUV217.68118.02123.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=33.33%
G=35.22%
B=31.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122242000.0500.110.129027.9183.14
HexD4E0C850BC5a1c53
Octal32434031050131413234123
Binary1101010011100000110010001010101111001011010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0C8; }

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

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

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

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

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

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

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

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