Html Css Color HEX #D2DEC9 Ottoman

📋 copy color: '#D2DEC9'

red 210 ◦ green 222 ◦ blue 201

#D2DEC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #D2DEC9

Tints of Ottoman #D2DEC9

RGB

 RED value IS 210 (82.42% from 255) = 33.18%

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 201 (78.91% from 255) = 31.75%

R = 33.18%
G = 35.07%
B = 31.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D2DEC9 (or 0xD2DEC9) is known color: Ottoman. HEX triplet: D2, DE and C9. RGB value is (210,222,201). Sum of RGB (Red+Green+Blue) = 210+222+201=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEC9 is #2D2136. Grayscale: #D8D8D8. Windows color (decimal): -2957623 or 13229778. OLE color: 13229778.

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

Color convert

RGB 210 222 201 -
CMYK 0.05 0 0.09 0.13
HSL 94.29º 0.24% 0.83% -
HSV(B) 94.29º 0.09% 0.87% -
XYZ 63.24 70.16 65.47 -
YUV 216.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 210 222 201 0.05 0 0.09 0.13 94.29 0.24 0.83
Hex D2 DE C9 5 0 9 D 5E 18 53
Octal 322 336 311 5 0 11 15 136 30 123
Binary 11010010 11011110 11001001 101 0 1001 1101 1011110 11000 1010011

Color Harmonies of #D2DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEC9

Black with #D2DEC9

Text Example


Text Example

White with #D2DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEC9; }

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

 H1.HeaderClassName
 {
   color: #D2DEC9;
 }
 .AnyTagClassName
 {
   color: #D2DEC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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