#DDEAFD

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

Shades of Solitude #DDEAFD

Tints of Solitude #DDEAFD

Color information

#DDEAFD (or 0xDDEAFD) is unknown color: approx Solitude. HEX triplet: DD, EA and FD. RGB value is (221,234,253). Sum of RGB (Red+Green+Blue) = 221+234+253=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFD is #221502. Grayscale: #E8E8E8. Windows color (decimal): -2233603 or 16640733. OLE color: 16640733.

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

Color convert

RGB221234253-
CMYK0.130.0800.01
HSL215.62º88.89%92.94%-
HSV(B)215.62º12.65%99.22%-
XYZ76.9781.31104.57-
YUV232.28139.69119.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.21%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=31.21%
G=33.05%
B=35.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212342530.130.0800.01215.6288.8992.94
HexDDEAFDD801d8595d
Octal335352375151001330131135
Binary11011101111010101111110111011000011101100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAFD; }

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

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

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

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

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

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

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

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