#DCE5FD

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

Shades of Solitude #DCE5FD

Tints of Solitude #DCE5FD

Color information

#DCE5FD (or 0xDCE5FD) is unknown color: approx Solitude. HEX triplet: DC, E5 and FD. RGB value is (220,229,253). Sum of RGB (Red+Green+Blue) = 220+229+253=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FD is #231A02. Grayscale: #E4E4E4. Windows color (decimal): -2300419 or 16639452. OLE color: 16639452.

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

Color convert

RGB220229253-
CMYK0.130.0900.01
HSL223.64º89.19%92.75%-
HSV(B)223.64º13.04%99.22%-
XYZ75.2678.35104.08-
YUV229.04141.52121.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=31.34%
G=32.62%
B=36.04%

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
Decimal2202292530.130.0900.01223.6489.1992.75
HexDCE5FDD901e0595d
Octal334345375151101340131135
Binary11011100111001011111110111011001011110000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5FD; }

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

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

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

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

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

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

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

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