Html Css Color HEX #D1D8C6 Ottoman

📋 copy color: '#D1D8C6'

red 209 ◦ green 216 ◦ blue 198

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

Shades of Ottoman #D1D8C6

Tints of Ottoman #D1D8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 33.55%
G = 34.67%
B = 31.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D1D8C6 (or 0xD1D8C6) is known color: Ottoman. HEX triplet: D1, D8 and C6. RGB value is (209,216,198). Sum of RGB (Red+Green+Blue) = 209+216+198=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8C6 is #2E2739. Grayscale: #D3D3D3. Windows color (decimal): -3024698 or 13031633. OLE color: 13031633.

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

Color convert

RGB 209 216 198 -
CMYK 0.03 0 0.08 0.15
HSL 83.33º 0.19% 0.81% -
HSV(B) 83.33º 0.08% 0.85% -
XYZ 61.04 66.74 63.09 -
YUV 211.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 209 216 198 0.03 0 0.08 0.15 83.33 0.19 0.81
Hex D1 D8 C6 3 0 8 F 53 13 51
Octal 321 330 306 3 0 10 17 123 23 121
Binary 11010001 11011000 11000110 11 0 1000 1111 1010011 10011 1010001

Color Harmonies of #D1D8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8C6

Black with #D1D8C6

Text Example


Text Example

White with #D1D8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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