Html Css Color HEX #D2D9CC Ottoman

📋 copy color: '#D2D9CC'

red 210 ◦ green 217 ◦ blue 204

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

Shades of Ottoman #D2D9CC

Tints of Ottoman #D2D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 33.28%
G = 34.39%
B = 32.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D2D9CC (or 0xD2D9CC) is known color: Ottoman. HEX triplet: D2, D9 and CC. RGB value is (210,217,204). Sum of RGB (Red+Green+Blue) = 210+217+204=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9CC is #2D2633. Grayscale: #D5D5D5. Windows color (decimal): -2958900 or 13425106. OLE color: 13425106.

HSL color Cylindrical-coordinate representation of color #D2D9CC: hue angle of 92.31º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2D9CC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 204 -
CMYK 0.03 0 0.06 0.15
HSL 92.31º 0.15% 0.83% -
HSV(B) 92.31º 0.06% 0.85% -
XYZ 62.29 67.69 66.91 -
YUV 213.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 210 217 204 0.03 0 0.06 0.15 92.31 0.15 0.83
Hex D2 D9 CC 3 0 6 F 5C F 53
Octal 322 331 314 3 0 6 17 134 17 123
Binary 11010010 11011001 11001100 11 0 110 1111 1011100 1111 1010011

Color Harmonies of #D2D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9CC

Black with #D2D9CC

Text Example


Text Example

White with #D2D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9CC; }

 p { color: rgb(210,217,204); }

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

background-color css

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

 a { background-color: rgb(210,217,204); }

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

border-color css

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

 span { border-color: rgb(210,217,204); }

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