#DDEBFF

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

Shades of Solitude #DDEBFF

Tints of Solitude #DDEBFF

Color information

#DDEBFF (or 0xDDEBFF) is unknown color: approx Solitude. HEX triplet: DD, EB and FF. RGB value is (221,235,255). Sum of RGB (Red+Green+Blue) = 221+235+255=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBFF is #221400. Grayscale: #E9E9E9. Windows color (decimal): -2233345 or 16772061. OLE color: 16772061.

HSL color Cylindrical-coordinate representation of color #DDEBFF: hue angle of 215.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEBFF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221235255-
CMYK0.130.0800
HSL215.29º100%93.33%-
HSV(B)215.29º13.33%100%-
XYZ77.5882.01106.35-
YUV233.09140.36119.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 255 (100% from 255) = 35.86%
R=31.08%
G=33.05%
B=35.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212352550.130.0800215.2910093.33
HexDDEBFFD800d7645d
Octal335353377151000327144135
Binary11011101111010111111111111011000001101011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBFF; }

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

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

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

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

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

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

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

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