Html Css Color HEX #D5DECD Ottoman

📋 copy color: '#D5DECD'

red 213 ◦ green 222 ◦ blue 205

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

Shades of Ottoman #D5DECD

Tints of Ottoman #D5DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 33.28%
G = 34.69%
B = 32.03%

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

#D5DECD (or 0xD5DECD) is known color: Ottoman. HEX triplet: D5, DE and CD. RGB value is (213,222,205). Sum of RGB (Red+Green+Blue) = 213+222+205=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECD is #2A2132. Grayscale: #D9D9D9. Windows color (decimal): -2761011 or 13491925. OLE color: 13491925.

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

Color convert

RGB 213 222 205 -
CMYK 0.04 0 0.08 0.13
HSL 91.76º 0.2% 0.84% -
HSV(B) 91.76º 0.08% 0.87% -
XYZ 64.58 70.8 68.02 -
YUV 217.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 213 222 205 0.04 0 0.08 0.13 91.76 0.2 0.84
Hex D5 DE CD 4 0 8 D 5C 14 54
Octal 325 336 315 4 0 10 15 134 24 124
Binary 11010101 11011110 11001101 100 0 1000 1101 1011100 10100 1010100

Color Harmonies of #D5DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DECD

Black with #D5DECD

Text Example


Text Example

White with #D5DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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