#DDEDFD

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

Shades of Solitude #DDEDFD

Tints of Solitude #DDEDFD

Color information

#DDEDFD (or 0xDDEDFD) is unknown color: approx Solitude. HEX triplet: DD, ED and FD. RGB value is (221,237,253). Sum of RGB (Red+Green+Blue) = 221+237+253=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFD is #221202. Grayscale: #E9E9E9. Windows color (decimal): -2232835 or 16641501. OLE color: 16641501.

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

Color convert

RGB221237253-
CMYK0.130.0600.01
HSL210º88.89%92.94%-
HSV(B)210º12.65%99.22%-
XYZ77.8383.03104.85-
YUV234.04138.7118.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=31.08%
G=33.33%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212372530.130.0600.0121088.8992.94
HexDDEDFDD601d2595d
Octal33535537515601322131135
Binary1101110111101101111111011101110011101001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDFD; }

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

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

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

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

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

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

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

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