#DCE7FD

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

Shades of Solitude #DCE7FD

Tints of Solitude #DCE7FD

Color information

#DCE7FD (or 0xDCE7FD) is unknown color: approx Solitude. HEX triplet: DC, E7 and FD. RGB value is (220,231,253). Sum of RGB (Red+Green+Blue) = 220+231+253=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7FD is #231802. Grayscale: #E6E6E6. Windows color (decimal): -2299907 or 16639964. OLE color: 16639964.

HSL color Cylindrical-coordinate representation of color #DCE7FD: hue angle of 220º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE7FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220231253-
CMYK0.130.0900.01
HSL220º89.19%92.75%-
HSV(B)220º13.04%99.22%-
XYZ75.8279.46104.27-
YUV230.22140.86120.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=31.25%
G=32.81%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202312530.130.0900.0122089.1992.75
HexDCE7FDD901dc595d
Octal334347375151101334131135
Binary11011100111001111111110111011001011101110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7FD; }

 p { color: rgb(220,231,253); }

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

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

 a { background-color: rgb(220,231,253); }

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

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

 span { border-color: rgb(220,231,253); }

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