Html Css Color HEX #D2D9CB Ottoman

📋 copy color: '#D2D9CB'

red 210 ◦ green 217 ◦ blue 203

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

Shades of Ottoman #D2D9CB

Tints of Ottoman #D2D9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 33.33%
G = 34.44%
B = 32.22%

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

#D2D9CB (or 0xD2D9CB) is known color: Ottoman. HEX triplet: D2, D9 and CB. RGB value is (210,217,203). Sum of RGB (Red+Green+Blue) = 210+217+203=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9CB is #2D2634. Grayscale: #D5D5D5. Windows color (decimal): -2958901 or 13359570. OLE color: 13359570.

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

Color convert

RGB 210 217 203 -
CMYK 0.03 0 0.06 0.15
HSL 90º 0.16% 0.82% -
HSV(B) 90º 0.06% 0.85% -
XYZ 62.17 67.64 66.28 -
YUV 213.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 210 217 203 0.03 0 0.06 0.15 90 0.16 0.82
Hex D2 D9 CB 3 0 6 F 5A 10 52
Octal 322 331 313 3 0 6 17 132 20 122
Binary 11010010 11011001 11001011 11 0 110 1111 1011010 10000 1010010

Color Harmonies of #D2D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9CB

Black with #D2D9CB

Text Example


Text Example

White with #D2D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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