#DDE5FC

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

Shades of Solitude #DDE5FC

Tints of Solitude #DDE5FC

Color information

#DDE5FC (or 0xDDE5FC) is unknown color: approx Solitude. HEX triplet: DD, E5 and FC. RGB value is (221,229,252). Sum of RGB (Red+Green+Blue) = 221+229+252=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FC is #221A03. Grayscale: #E5E5E5. Windows color (decimal): -2234884 or 16573917. OLE color: 16573917.

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

Color convert

RGB221229252-
CMYK0.120.0900.01
HSL224.52º83.78%92.75%-
HSV(B)224.52º12.3%98.82%-
XYZ75.4178.44103.26-
YUV229.23140.85122.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=31.48%
G=32.62%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212292520.120.0900.01224.5283.7892.75
HexDDE5FCC901e1545d
Octal335345374141101341124135
Binary11011101111001011111110011001001011110000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5FC; }

 p { color: rgb(221,229,252); }

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

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

 a { background-color: rgb(221,229,252); }

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

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

 span { border-color: rgb(221,229,252); }

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