#DDECFD

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

Shades of Solitude #DDECFD

Tints of Solitude #DDECFD

Color information

#DDECFD (or 0xDDECFD) is unknown color: approx Solitude. HEX triplet: DD, EC and FD. RGB value is (221,236,253). Sum of RGB (Red+Green+Blue) = 221+236+253=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECFD is #221302. Grayscale: #E9E9E9. Windows color (decimal): -2233091 or 16641245. OLE color: 16641245.

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

Color convert

RGB221236253-
CMYK0.130.0700.01
HSL211.88º88.89%92.94%-
HSV(B)211.88º12.65%99.22%-
XYZ77.5482.45104.76-
YUV233.45139.03119.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=31.13%
G=33.24%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212362530.130.0700.01211.8888.8992.94
HexDDECFDD701d4595d
Octal33535437515701324131135
Binary1101110111101100111111011101111011101010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECFD; }

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

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

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

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

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

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

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

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