#D1D5CF

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

Shades of Ottoman #D1D5CF

Tints of Ottoman #D1D5CF

Color information

#D1D5CF (or 0xD1D5CF) is unknown color: approx Ottoman. HEX triplet: D1, D5 and CF. RGB value is (209,213,207). Sum of RGB (Red+Green+Blue) = 209+213+207=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CF is #2E2A30. Grayscale: #D3D3D3. Windows color (decimal): -3025457 or 13620689. OLE color: 13620689.

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

Color convert

RGB209213207-
CMYK0.0200.030.16
HSL100º6.67%82.35%-
HSV(B)100º2.82%83.53%-
XYZ61.3565.6568.47-
YUV211.12125.67126.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=33.23%
G=33.86%
B=32.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092132070.0200.030.161006.6782.35
HexD1D5CF2031064752
Octal321325317203201447122
Binary110100011101010111001111100111000011001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5CF; }

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

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

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

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

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

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

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

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