Html Css Color HEX #D2DDC9 Ottoman

📋 copy color: '#D2DDC9'

red 210 ◦ green 221 ◦ blue 201

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

Shades of Ottoman #D2DDC9

Tints of Ottoman #D2DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.97%

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

R = 33.23%
G = 34.97%
B = 31.8%

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

#D2DDC9 (or 0xD2DDC9) is known color: Ottoman. HEX triplet: D2, DD and C9. RGB value is (210,221,201). Sum of RGB (Red+Green+Blue) = 210+221+201=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC9 is #2D2236. Grayscale: #D7D7D7. Windows color (decimal): -2957879 or 13229522. OLE color: 13229522.

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

Color convert

RGB 210 221 201 -
CMYK 0.05 0 0.09 0.13
HSL 93º 0.23% 0.83% -
HSV(B) 93º 0.09% 0.87% -
XYZ 62.98 69.63 65.38 -
YUV 215.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 210 221 201 0.05 0 0.09 0.13 93 0.23 0.83
Hex D2 DD C9 5 0 9 D 5D 17 53
Octal 322 335 311 5 0 11 15 135 27 123
Binary 11010010 11011101 11001001 101 0 1001 1101 1011101 10111 1010011

Color Harmonies of #D2DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDC9

Black with #D2DDC9

Text Example


Text Example

White with #D2DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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