Html Css Color HEX #D5DFCB Ottoman

📋 copy color: '#D5DFCB'

red 213 ◦ green 223 ◦ blue 203

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

Shades of Ottoman #D5DFCB

Tints of Ottoman #D5DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.9%

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

R = 33.33%
G = 34.9%
B = 31.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D5DFCB (or 0xD5DFCB) is known color: Ottoman. HEX triplet: D5, DF and CB. RGB value is (213,223,203). Sum of RGB (Red+Green+Blue) = 213+223+203=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCB is #2A2034. Grayscale: #D9D9D9. Windows color (decimal): -2760757 or 13361109. OLE color: 13361109.

HSL color Cylindrical-coordinate representation of color #D5DFCB: hue angle of 90º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DFCB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 203 -
CMYK 0.04 0 0.09 0.13
HSL 90º 0.24% 0.84% -
HSV(B) 90º 0.09% 0.87% -
XYZ 64.61 71.23 66.84 -
YUV 217.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 213 223 203 0.04 0 0.09 0.13 90 0.24 0.84
Hex D5 DF CB 4 0 9 D 5A 18 54
Octal 325 337 313 4 0 11 15 132 30 124
Binary 11010101 11011111 11001011 100 0 1001 1101 1011010 11000 1010100

Color Harmonies of #D5DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFCB

Black with #D5DFCB

Text Example


Text Example

White with #D5DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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