#D5DFCC

Color #D5DFCC Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #D5DFCC

Tints of Ottoman #D5DFCC

Color information

#D5DFCC (or 0xD5DFCC) is unknown color: approx Ottoman. HEX triplet: D5, DF and CC. RGB value is (213,223,204). Sum of RGB (Red+Green+Blue) = 213+223+204=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCC is #2A2033. Grayscale: #D9D9D9. Windows color (decimal): -2760756 or 13426645. OLE color: 13426645.

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

Color convert

RGB213223204-
CMYK0.0400.090.13
HSL91.58º22.89%83.73%-
HSV(B)91.58º8.52%87.45%-
XYZ64.7371.2867.47-
YUV217.84120.19124.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=33.28%
G=34.84%
B=31.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132232040.0400.090.1391.5822.8983.73
HexD5DFCC409D5c1754
Octal32533731440111513427124
Binary1101010111011111110011001000100111011011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFCC; }

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

 H1.HeaderClassName
 {
   color: #D5DFCC;
 }
 .AnyTagClassName
 {
   color: #D5DFCC;
 }
</style>
background-color css

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

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

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

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

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

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