#D6E3CA

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

Shades of Ottoman #D6E3CA

Tints of Ottoman #D6E3CA

Color information

#D6E3CA (or 0xD6E3CA) is unknown color: approx Ottoman. HEX triplet: D6, E3 and CA. RGB value is (214,227,202). Sum of RGB (Red+Green+Blue) = 214+227+202=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3CA is #291C35. Grayscale: #DCDCDC. Windows color (decimal): -2694198 or 13296598. OLE color: 13296598.

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

Color convert

RGB214227202-
CMYK0.0600.110.11
HSL91.2º30.86%84.12%-
HSV(B)91.2º11.01%89.02%-
XYZ65.8673.566.59-
YUV220.26117.69123.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=33.28%
G=35.30%
B=31.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142272020.0600.110.1191.230.8684.12
HexD6E3CA60BB5b1f54
Octal32634331260131313337124
Binary1101011011100011110010101100101110111011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E3CA; }

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

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

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

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

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

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

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

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