Html Css Color HEX #D2D9C8 Ottoman

📋 copy color: '#D2D9C8'

red 210 ◦ green 217 ◦ blue 200

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

Shades of Ottoman #D2D9C8

Tints of Ottoman #D2D9C8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.61%

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 33.49%
G = 34.61%
B = 31.9%

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

#D2D9C8 (or 0xD2D9C8) is known color: Ottoman. HEX triplet: D2, D9 and C8. RGB value is (210,217,200). Sum of RGB (Red+Green+Blue) = 210+217+200=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9C8 is #2D2637. Grayscale: #D5D5D5. Windows color (decimal): -2958904 or 13162962. OLE color: 13162962.

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

Color convert

RGB 210 217 200 -
CMYK 0.03 0 0.08 0.15
HSL 84.71º 0.18% 0.82% -
HSV(B) 84.71º 0.08% 0.85% -
XYZ 61.82 67.5 64.41 -
YUV 212.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 210 217 200 0.03 0 0.08 0.15 84.71 0.18 0.82
Hex D2 D9 C8 3 0 8 F 55 12 52
Octal 322 331 310 3 0 10 17 125 22 122
Binary 11010010 11011001 11001000 11 0 1000 1111 1010101 10010 1010010

Color Harmonies of #D2D9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9C8

Black with #D2D9C8

Text Example


Text Example

White with #D2D9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9C8; }

 p { color: rgb(210,217,200); }

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

background-color css

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

 a { background-color: rgb(210,217,200); }

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

border-color css

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

 span { border-color: rgb(210,217,200); }

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