Html Css Color HEX #D2D8CC Ottoman

📋 copy color: '#D2D8CC'

red 210 ◦ green 216 ◦ blue 204

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

Shades of Ottoman #D2D8CC

Tints of Ottoman #D2D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

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

R = 33.33%
G = 34.29%
B = 32.38%

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

#D2D8CC (or 0xD2D8CC) is known color: Ottoman. HEX triplet: D2, D8 and CC. RGB value is (210,216,204). Sum of RGB (Red+Green+Blue) = 210+216+204=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8CC is #2D2733. Grayscale: #D4D4D4. Windows color (decimal): -2959156 or 13424850. OLE color: 13424850.

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

Color convert

RGB 210 216 204 -
CMYK 0.03 0 0.06 0.15
HSL 90º 0.13% 0.82% -
HSV(B) 90º 0.06% 0.85% -
XYZ 62.03 67.17 66.82 -
YUV 212.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 210 216 204 0.03 0 0.06 0.15 90 0.13 0.82
Hex D2 D8 CC 3 0 6 F 5A D 52
Octal 322 330 314 3 0 6 17 132 15 122
Binary 11010010 11011000 11001100 11 0 110 1111 1011010 1101 1010010

Color Harmonies of #D2D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8CC

Black with #D2D8CC

Text Example


Text Example

White with #D2D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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