#DDE9FB

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

Shades of Solitude #DDE9FB

Tints of Solitude #DDE9FB

Color information

#DDE9FB (or 0xDDE9FB) is unknown color: approx Solitude. HEX triplet: DD, E9 and FB. RGB value is (221,233,251). Sum of RGB (Red+Green+Blue) = 221+233+251=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9FB is #221604. Grayscale: #E7E7E7. Windows color (decimal): -2233861 or 16509405. OLE color: 16509405.

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

Color convert

RGB221233251-
CMYK0.120.0700.02
HSL216º78.95%92.55%-
HSV(B)216º11.95%98.43%-
XYZ76.3780.62102.8-
YUV231.46139.02120.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=31.35%
G=33.05%
B=35.60%

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
Decimal2212332510.120.0700.0221678.9592.55
HexDDE9FBC702d84f5d
Octal33535137314702330117135
Binary11011101111010011111101111001110101101100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9FB; }

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

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

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

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

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

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

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

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