Html Css Color HEX #D2DDCB Ottoman

📋 copy color: '#D2DDCB'

red 210 ◦ green 221 ◦ blue 203

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

Shades of Ottoman #D2DDCB

Tints of Ottoman #D2DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.86%

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

R = 33.12%
G = 34.86%
B = 32.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D2DDCB (or 0xD2DDCB) is known color: Ottoman. HEX triplet: D2, DD and CB. RGB value is (210,221,203). Sum of RGB (Red+Green+Blue) = 210+221+203=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCB is #2D2234. Grayscale: #D7D7D7. Windows color (decimal): -2957877 or 13360594. OLE color: 13360594.

HSL color Cylindrical-coordinate representation of color #D2DDCB: hue angle of 96.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DDCB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 203 -
CMYK 0.05 0 0.08 0.13
HSL 96.67º 0.21% 0.83% -
HSV(B) 96.67º 0.08% 0.87% -
XYZ 63.21 69.73 66.63 -
YUV 215.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 210 221 203 0.05 0 0.08 0.13 96.67 0.21 0.83
Hex D2 DD CB 5 0 8 D 61 15 53
Octal 322 335 313 5 0 10 15 141 25 123
Binary 11010010 11011101 11001011 101 0 1000 1101 1100001 10101 1010011

Color Harmonies of #D2DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDCB

Black with #D2DDCB

Text Example


Text Example

White with #D2DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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