#D1D5CC

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

Shades of Ottoman #D1D5CC

Tints of Ottoman #D1D5CC

Color information

#D1D5CC (or 0xD1D5CC) is unknown color: approx Ottoman. HEX triplet: D1, D5 and CC. RGB value is (209,213,204). Sum of RGB (Red+Green+Blue) = 209+213+204=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CC is #2E2A33. Grayscale: #D2D2D2. Windows color (decimal): -3025460 or 13424081. OLE color: 13424081.

HSL color Cylindrical-coordinate representation of color #D1D5CC: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D5CC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB209213204-
CMYK0.0200.040.16
HSL86.67º9.68%81.76%-
HSV(B)86.67º4.23%83.53%-
XYZ60.9965.566.56-
YUV210.78124.17126.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=33.39%
G=34.03%
B=32.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092132040.0200.040.1686.679.6881.76
HexD1D5CC2041057a52
Octal3213253142042012712122
Binary11010001110101011100110010010010000101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5CC; }

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

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

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

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

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

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

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

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