#D5DCCC

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

Shades of Ottoman #D5DCCC

Tints of Ottoman #D5DCCC

Color information

#D5DCCC (or 0xD5DCCC) is unknown color: approx Ottoman. HEX triplet: D5, DC and CC. RGB value is (213,220,204). Sum of RGB (Red+Green+Blue) = 213+220+204=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCC is #2A2333. Grayscale: #D8D8D8. Windows color (decimal): -2761524 or 13425877. OLE color: 13425877.

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

Color convert

RGB213220204-
CMYK0.0300.070.14
HSL86.25º18.6%83.14%-
HSV(B)86.25º7.27%86.27%-
XYZ63.9369.6967.21-
YUV216.08121.18125.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=33.44%
G=34.54%
B=32.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202040.0300.070.1486.2518.683.14
HexD5DCCC307E561353
Octal3253343143071612623123
Binary11010101110111001100110011011111101010110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCCC; }

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

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

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

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

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

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

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

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