Html Css Color HEX #D1D7CC Ottoman

📋 copy color: '#D1D7CC'

red 209 ◦ green 215 ◦ blue 204

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

Shades of Ottoman #D1D7CC

Tints of Ottoman #D1D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

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

R = 33.28%
G = 34.24%
B = 32.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D1D7CC (or 0xD1D7CC) is known color: Ottoman. HEX triplet: D1, D7 and CC. RGB value is (209,215,204). Sum of RGB (Red+Green+Blue) = 209+215+204=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CC is #2E2833. Grayscale: #D3D3D3. Windows color (decimal): -3024948 or 13424593. OLE color: 13424593.

HSL color Cylindrical-coordinate representation of color #D1D7CC: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D7CC is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 204 -
CMYK 0.03 0 0.05 0.16
HSL 92.73º 0.12% 0.82% -
HSV(B) 92.73º 0.05% 0.84% -
XYZ 61.49 66.52 66.72 -
YUV 211.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 209 215 204 0.03 0 0.05 0.16 92.73 0.12 0.82
Hex D1 D7 CC 3 0 5 10 5D C 52
Octal 321 327 314 3 0 5 20 135 14 122
Binary 11010001 11010111 11001100 11 0 101 10000 1011101 1100 1010010

Color Harmonies of #D1D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7CC

Black with #D1D7CC

Text Example


Text Example

White with #D1D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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