#DDE5FB

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

Shades of Solitude #DDE5FB

Tints of Solitude #DDE5FB

Color information

#DDE5FB (or 0xDDE5FB) is unknown color: approx Solitude. HEX triplet: DD, E5 and FB. RGB value is (221,229,251). Sum of RGB (Red+Green+Blue) = 221+229+251=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FB is #221A04. Grayscale: #E5E5E5. Windows color (decimal): -2234885 or 16508381. OLE color: 16508381.

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

Color convert

RGB221229251-
CMYK0.120.0900.02
HSL224º78.95%92.55%-
HSV(B)224º11.95%98.43%-
XYZ75.2578.38102.43-
YUV229.12140.35122.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=31.53%
G=32.67%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212292510.120.0900.0222478.9592.55
HexDDE5FBC902e04f5d
Octal335345373141102340117135
Binary110111011110010111111011110010010101110000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5FB; }

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

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

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

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

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

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

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

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