#DDEBF9

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

Shades of Solitude #DDEBF9

Tints of Solitude #DDEBF9

Color information

#DDEBF9 (or 0xDDEBF9) is unknown color: approx Solitude. HEX triplet: DD, EB and F9. RGB value is (221,235,249). Sum of RGB (Red+Green+Blue) = 221+235+249=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBF9 is #221406. Grayscale: #E8E8E8. Windows color (decimal): -2233351 or 16378845. OLE color: 16378845.

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

Color convert

RGB221235249-
CMYK0.110.0600.02
HSL210º70%92.16%-
HSV(B)210º11.24%97.65%-
XYZ76.6381.63101.34-
YUV232.41137.36119.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=31.35%
G=33.33%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212352490.110.0600.022107092.16
HexDDEBF9B602d2465c
Octal33535337113602322106134
Binary11011101111010111111100110111100101101001010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBF9; }

 p { color: rgb(221,235,249); }

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

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

 a { background-color: rgb(221,235,249); }

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

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

 span { border-color: rgb(221,235,249); }

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