#DDE5FA

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

Shades of Solitude #DDE5FA

Tints of Solitude #DDE5FA

Color information

#DDE5FA (or 0xDDE5FA) is unknown color: approx Solitude. HEX triplet: DD, E5 and FA. RGB value is (221,229,250). Sum of RGB (Red+Green+Blue) = 221+229+250=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FA is #221A05. Grayscale: #E4E4E4. Windows color (decimal): -2234886 or 16442845. OLE color: 16442845.

HSL color Cylindrical-coordinate representation of color #DDE5FA: hue angle of 223.45º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE5FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221229250-
CMYK0.120.0800.02
HSL223.45º74.36%92.35%-
HSV(B)223.45º11.6%98.04%-
XYZ75.0978.31101.6-
YUV229139.85122.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=31.57%
G=32.71%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212292500.120.0800.02223.4574.3692.35
HexDDE5FAC802df4a5c
Octal335345372141002337112134
Binary110111011110010111111010110010000101101111110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5FA; }

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

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

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

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

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

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

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

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