#D6E1CA

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

Shades of Ottoman #D6E1CA

Tints of Ottoman #D6E1CA

Color information

#D6E1CA (or 0xD6E1CA) is unknown color: approx Ottoman. HEX triplet: D6, E1 and CA. RGB value is (214,225,202). Sum of RGB (Red+Green+Blue) = 214+225+202=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1CA is #291E35. Grayscale: #DBDBDB. Windows color (decimal): -2694710 or 13296086. OLE color: 13296086.

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

Color convert

RGB214225202-
CMYK0.0500.100.12
HSL88.7º27.71%83.73%-
HSV(B)88.7º10.22%88.24%-
XYZ65.3272.4166.41-
YUV219.09118.36124.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=33.39%
G=35.10%
B=31.51%

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
Decimal2142252020.0500.100.1288.727.7183.73
HexD6E1CA50AC591c54
Octal32634131250121413134124
Binary1101011011100001110010101010101011001011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1CA; }

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

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

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

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

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

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

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

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