#DDECFE

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

Shades of Solitude #DDECFE

Tints of Solitude #DDECFE

Color information

#DDECFE (or 0xDDECFE) is unknown color: approx Solitude. HEX triplet: DD, EC and FE. RGB value is (221,236,254). Sum of RGB (Red+Green+Blue) = 221+236+254=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECFE is #221301. Grayscale: #E9E9E9. Windows color (decimal): -2233090 or 16706781. OLE color: 16706781.

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

Color convert

RGB221236254-
CMYK0.130.0700.00
HSL212.73º94.29%93.14%-
HSV(B)212.73º12.99%99.61%-
XYZ77.782.52105.6-
YUV233.57139.53119.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=31.08%
G=33.19%
B=35.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212362540.130.0700.00212.7394.2993.14
HexDDECFED700d55e5d
Octal33535437615700325136135
Binary1101110111101100111111101101111001101010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECFE; }

 p { color: rgb(221,236,254); }

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

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

 a { background-color: rgb(221,236,254); }

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

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

 span { border-color: rgb(221,236,254); }

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