Html Css Color HEX #D5DECC Ottoman

📋 copy color: '#D5DECC'

red 213 ◦ green 222 ◦ blue 204

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

Shades of Ottoman #D5DECC

Tints of Ottoman #D5DECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.92%

R = 33.33%
G = 34.74%
B = 31.92%

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

#D5DECC (or 0xD5DECC) is known color: Ottoman. HEX triplet: D5, DE and CC. RGB value is (213,222,204). Sum of RGB (Red+Green+Blue) = 213+222+204=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECC is #2A2133. Grayscale: #D9D9D9. Windows color (decimal): -2761012 or 13426389. OLE color: 13426389.

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

Color convert

RGB 213 222 204 -
CMYK 0.04 0 0.08 0.13
HSL 90º 0.21% 0.84% -
HSV(B) 90º 0.08% 0.87% -
XYZ 64.46 70.75 67.39 -
YUV 217.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 213 222 204 0.04 0 0.08 0.13 90 0.21 0.84
Hex D5 DE CC 4 0 8 D 5A 15 54
Octal 325 336 314 4 0 10 15 132 25 124
Binary 11010101 11011110 11001100 100 0 1000 1101 1011010 10101 1010100

Color Harmonies of #D5DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DECC

Black with #D5DECC

Text Example


Text Example

White with #D5DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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