Html Css Color HEX #D5DEC9 Ottoman

📋 copy color: '#D5DEC9'

red 213 ◦ green 222 ◦ blue 201

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

Shades of Ottoman #D5DEC9

Tints of Ottoman #D5DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

 BLUE value IS 201 (78.91% from 255) = 31.6%

R = 33.49%
G = 34.91%
B = 31.6%

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

#D5DEC9 (or 0xD5DEC9) is known color: Ottoman. HEX triplet: D5, DE and C9. RGB value is (213,222,201). Sum of RGB (Red+Green+Blue) = 213+222+201=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEC9 is #2A2136. Grayscale: #D8D8D8. Windows color (decimal): -2761015 or 13229781. OLE color: 13229781.

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

Color convert

RGB 213 222 201 -
CMYK 0.04 0 0.09 0.13
HSL 85.71º 0.24% 0.83% -
HSV(B) 85.71º 0.09% 0.87% -
XYZ 64.1 70.61 65.51 -
YUV 216.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 213 222 201 0.04 0 0.09 0.13 85.71 0.24 0.83
Hex D5 DE C9 4 0 9 D 56 18 53
Octal 325 336 311 4 0 11 15 126 30 123
Binary 11010101 11011110 11001001 100 0 1001 1101 1010110 11000 1010011

Color Harmonies of #D5DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEC9

Black with #D5DEC9

Text Example


Text Example

White with #D5DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEC9; }

 p { color: rgb(213,222,201); }

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

background-color css

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

 a { background-color: rgb(213,222,201); }

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

border-color css

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

 span { border-color: rgb(213,222,201); }

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