Html Css Color HEX #D5DBD0 Ottoman

📋 copy color: '#D5DBD0'

red 213 ◦ green 219 ◦ blue 208

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

Shades of Ottoman #D5DBD0

Tints of Ottoman #D5DBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 33.28%
G = 34.22%
B = 32.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#D5DBD0 (or 0xD5DBD0) is known color: Ottoman. HEX triplet: D5, DB and D0. RGB value is (213,219,208). Sum of RGB (Red+Green+Blue) = 213+219+208=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD0 is #2A242F. Grayscale: #D7D7D7. Windows color (decimal): -2761776 or 13687765. OLE color: 13687765.

HSL color Cylindrical-coordinate representation of color #D5DBD0: hue angle of 92.73º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DBD0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 208 -
CMYK 0.03 0 0.05 0.14
HSL 92.73º 0.13% 0.84% -
HSV(B) 92.73º 0.05% 0.86% -
XYZ 64.16 69.36 69.68 -
YUV 215.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 213 219 208 0.03 0 0.05 0.14 92.73 0.13 0.84
Hex D5 DB D0 3 0 5 E 5D D 54
Octal 325 333 320 3 0 5 16 135 15 124
Binary 11010101 11011011 11010000 11 0 101 1110 1011101 1101 1010100

Color Harmonies of #D5DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBD0

Black with #D5DBD0

Text Example


Text Example

White with #D5DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBD0; }

 p { color: rgb(213,219,208); }

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

background-color css

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

 a { background-color: rgb(213,219,208); }

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

border-color css

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

 span { border-color: rgb(213,219,208); }

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