Html Css Color HEX #D1D8CC Ottoman

📋 copy color: '#D1D8CC'

red 209 ◦ green 216 ◦ blue 204

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

Shades of Ottoman #D1D8CC

Tints of Ottoman #D1D8CC

RGB

 RED value IS 209 (82.03% from 255) = 33.23%

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

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

R = 33.23%
G = 34.34%
B = 32.43%

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

#D1D8CC (or 0xD1D8CC) is known color: Ottoman. HEX triplet: D1, D8 and CC. RGB value is (209,216,204). Sum of RGB (Red+Green+Blue) = 209+216+204=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8CC is #2E2733. Grayscale: #D4D4D4. Windows color (decimal): -3024692 or 13424849. OLE color: 13424849.

HSL color Cylindrical-coordinate representation of color #D1D8CC: hue angle of 95º 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 #D1D8CC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 216 204 -
CMYK 0.03 0 0.06 0.15
HSL 95º 0.13% 0.82% -
HSV(B) 95º 0.06% 0.85% -
XYZ 61.75 67.03 66.81 -
YUV 212.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 209 216 204 0.03 0 0.06 0.15 95 0.13 0.82
Hex D1 D8 CC 3 0 6 F 5F D 52
Octal 321 330 314 3 0 6 17 137 15 122
Binary 11010001 11011000 11001100 11 0 110 1111 1011111 1101 1010010

Color Harmonies of #D1D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8CC

Black with #D1D8CC

Text Example


Text Example

White with #D1D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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