#DDE9FA

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

Shades of Solitude #DDE9FA

Tints of Solitude #DDE9FA

Color information

#DDE9FA (or 0xDDE9FA) is unknown color: approx Solitude. HEX triplet: DD, E9 and FA. RGB value is (221,233,250). Sum of RGB (Red+Green+Blue) = 221+233+250=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9FA is #221605. Grayscale: #E7E7E7. Windows color (decimal): -2233862 or 16443869. OLE color: 16443869.

HSL color Cylindrical-coordinate representation of color #DDE9FA: hue angle of 215.17º 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 #DDE9FA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221233250-
CMYK0.120.0700.02
HSL215.17º74.36%92.35%-
HSV(B)215.17º11.6%98.04%-
XYZ76.2180.55101.97-
YUV231.35138.52120.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=31.39%
G=33.10%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212332500.120.0700.02215.1774.3692.35
HexDDE9FAC702d74a5c
Octal33535137214702327112134
Binary11011101111010011111101011001110101101011110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9FA; }

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

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

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

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

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

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

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

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