#D2DECA

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

Shades of Ottoman #D2DECA

Tints of Ottoman #D2DECA

Color information

#D2DECA (or 0xD2DECA) is unknown color: approx Ottoman. HEX triplet: D2, DE and CA. RGB value is (210,222,202). Sum of RGB (Red+Green+Blue) = 210+222+202=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DECA is #2D2135. Grayscale: #D8D8D8. Windows color (decimal): -2957622 or 13295314. OLE color: 13295314.

HSL color Cylindrical-coordinate representation of color #D2DECA: hue angle of 96º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DECA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB210222202-
CMYK0.0500.090.13
HSL96º23.26%83.14%-
HSV(B)96º9.01%87.06%-
XYZ63.3670.2166.09-
YUV216.13120.02123.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=33.12%
G=35.02%
B=31.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102222020.0500.090.139623.2683.14
HexD2DECA509D601753
Octal32233631250111514027123
Binary1101001011011110110010101010100111011100000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DECA; }

 p { color: rgb(210,222,202); }

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

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

 a { background-color: rgb(210,222,202); }

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

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

 span { border-color: rgb(210,222,202); }

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