#D4DECA

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

Shades of Ottoman #D4DECA

Tints of Ottoman #D4DECA

Color information

#D4DECA (or 0xD4DECA) is unknown color: approx Ottoman. HEX triplet: D4, DE and CA. RGB value is (212,222,202). Sum of RGB (Red+Green+Blue) = 212+222+202=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DECA is #2B2135. Grayscale: #D8D8D8. Windows color (decimal): -2826550 or 13295316. OLE color: 13295316.

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

Color convert

RGB212222202-
CMYK0.0500.090.13
HSL90º23.26%83.14%-
HSV(B)90º9.01%87.06%-
XYZ63.9370.566.12-
YUV216.73119.69124.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=33.33%
G=34.91%
B=31.76%

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
Decimal2122222020.0500.090.139023.2683.14
HexD4DECA509D5a1753
Octal32433631250111513227123
Binary1101010011011110110010101010100111011011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DECA; }

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

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

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

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

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

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

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

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