#D4E1CA

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

Shades of Ottoman #D4E1CA

Tints of Ottoman #D4E1CA

Color information

#D4E1CA (or 0xD4E1CA) is unknown color: approx Ottoman. HEX triplet: D4, E1 and CA. RGB value is (212,225,202). Sum of RGB (Red+Green+Blue) = 212+225+202=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1CA is #2B1E35. Grayscale: #DADADA. Windows color (decimal): -2825782 or 13296084. OLE color: 13296084.

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

Color convert

RGB212225202-
CMYK0.0600.100.12
HSL93.91º27.71%83.73%-
HSV(B)93.91º10.22%88.24%-
XYZ64.7472.1166.38-
YUV218.49118.69123.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=33.18%
G=35.21%
B=31.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122252020.0600.100.1293.9127.7183.73
HexD4E1CA60AC5e1c54
Octal32434131260121413634124
Binary1101010011100001110010101100101011001011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1CA; }

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

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

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

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

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

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

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

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