Html Css Color HEX #D1D6CC Ottoman

📋 copy color: '#D1D6CC'

red 209 ◦ green 214 ◦ blue 204

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

Shades of Ottoman #D1D6CC

Tints of Ottoman #D1D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

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

R = 33.33%
G = 34.13%
B = 32.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D1D6CC (or 0xD1D6CC) is known color: Ottoman. HEX triplet: D1, D6 and CC. RGB value is (209,214,204). Sum of RGB (Red+Green+Blue) = 209+214+204=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6CC is #2E2933. Grayscale: #D3D3D3. Windows color (decimal): -3025204 or 13424337. OLE color: 13424337.

HSL color Cylindrical-coordinate representation of color #D1D6CC: hue angle of 90º degrees, saturation: 0.11, 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 #D1D6CC is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 204 -
CMYK 0.02 0 0.05 0.16
HSL 90º 0.11% 0.82% -
HSV(B) 90º 0.05% 0.84% -
XYZ 61.24 66.01 66.64 -
YUV 211.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 209 214 204 0.02 0 0.05 0.16 90 0.11 0.82
Hex D1 D6 CC 2 0 5 10 5A B 52
Octal 321 326 314 2 0 5 20 132 13 122
Binary 11010001 11010110 11001100 10 0 101 10000 1011010 1011 1010010

Color Harmonies of #D1D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6CC

Black with #D1D6CC

Text Example


Text Example

White with #D1D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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