Html Css Color HEX #D2DCC9 Ottoman

📋 copy color: '#D2DCC9'

red 210 ◦ green 220 ◦ blue 201

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

Shades of Ottoman #D2DCC9

Tints of Ottoman #D2DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

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

R = 33.28%
G = 34.87%
B = 31.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D2DCC9 (or 0xD2DCC9) is known color: Ottoman. HEX triplet: D2, DC and C9. RGB value is (210,220,201). Sum of RGB (Red+Green+Blue) = 210+220+201=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC9 is #2D2336. Grayscale: #D6D6D6. Windows color (decimal): -2958135 or 13229266. OLE color: 13229266.

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

Color convert

RGB 210 220 201 -
CMYK 0.05 0 0.09 0.14
HSL 91.58º 0.21% 0.83% -
HSV(B) 91.58º 0.09% 0.86% -
XYZ 62.71 69.11 65.29 -
YUV 214.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 210 220 201 0.05 0 0.09 0.14 91.58 0.21 0.83
Hex D2 DC C9 5 0 9 E 5C 15 53
Octal 322 334 311 5 0 11 16 134 25 123
Binary 11010010 11011100 11001001 101 0 1001 1110 1011100 10101 1010011

Color Harmonies of #D2DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCC9

Black with #D2DCC9

Text Example


Text Example

White with #D2DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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