#D6E1CD

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

Shades of Ottoman #D6E1CD

Tints of Ottoman #D6E1CD

Color information

#D6E1CD (or 0xD6E1CD) is unknown color: approx Ottoman. HEX triplet: D6, E1 and CD. RGB value is (214,225,205). Sum of RGB (Red+Green+Blue) = 214+225+205=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1CD is #291E32. Grayscale: #DBDBDB. Windows color (decimal): -2694707 or 13492694. OLE color: 13492694.

HSL color Cylindrical-coordinate representation of color #D6E1CD: hue angle of 93º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E1CD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB214225205-
CMYK0.0500.090.12
HSL93º25%84.31%-
HSV(B)93º8.89%88.24%-
XYZ65.6872.5568.3-
YUV219.43119.86124.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=33.23%
G=34.94%
B=31.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142252050.0500.090.12932584.31
HexD6E1CD509C5d1954
Octal32634131550111413531124
Binary1101011011100001110011011010100111001011101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1CD; }

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

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

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

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

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

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

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

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