#DDEBFA

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

Shades of Solitude #DDEBFA

Tints of Solitude #DDEBFA

Color information

#DDEBFA (or 0xDDEBFA) is unknown color: approx Solitude. HEX triplet: DD, EB and FA. RGB value is (221,235,250). Sum of RGB (Red+Green+Blue) = 221+235+250=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBFA is #221405. Grayscale: #E8E8E8. Windows color (decimal): -2233350 or 16444381. OLE color: 16444381.

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

Color convert

RGB221235250-
CMYK0.120.0600.02
HSL211.03º74.36%92.35%-
HSV(B)211.03º11.6%98.04%-
XYZ76.7881.69102.16-
YUV232.52137.86119.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=31.30%
G=33.29%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212352500.120.0600.02211.0374.3692.35
HexDDEBFAC602d34a5c
Octal33535337214602323112134
Binary11011101111010111111101011001100101101001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBFA; }

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

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

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

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

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

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

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

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