Html Css Color HEX #D5DDCB Ottoman

📋 copy color: '#D5DDCB'

red 213 ◦ green 221 ◦ blue 203

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

Shades of Ottoman #D5DDCB

Tints of Ottoman #D5DDCB

RGB

 RED value IS 213 (83.59% from 255) = 33.44%

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

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

R = 33.44%
G = 34.69%
B = 31.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D5DDCB (or 0xD5DDCB) is known color: Ottoman. HEX triplet: D5, DD and CB. RGB value is (213,221,203). Sum of RGB (Red+Green+Blue) = 213+221+203=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCB is #2A2234. Grayscale: #D8D8D8. Windows color (decimal): -2761269 or 13360597. OLE color: 13360597.

HSL color Cylindrical-coordinate representation of color #D5DDCB: hue angle of 86.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 #D5DDCB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 203 -
CMYK 0.04 0 0.08 0.13
HSL 86.67º 0.21% 0.83% -
HSV(B) 86.67º 0.08% 0.87% -
XYZ 64.08 70.17 66.67 -
YUV 216.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 213 221 203 0.04 0 0.08 0.13 86.67 0.21 0.83
Hex D5 DD CB 4 0 8 D 57 15 53
Octal 325 335 313 4 0 10 15 127 25 123
Binary 11010101 11011101 11001011 100 0 1000 1101 1010111 10101 1010011

Color Harmonies of #D5DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDCB

Black with #D5DDCB

Text Example


Text Example

White with #D5DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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