#DFEDFA

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

Shades of Solitude #DFEDFA

Tints of Solitude #DFEDFA

Color information

#DFEDFA (or 0xDFEDFA) is unknown color: approx Solitude. HEX triplet: DF, ED and FA. RGB value is (223,237,250). Sum of RGB (Red+Green+Blue) = 223+237+250=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDFA is #201205. Grayscale: #EAEAEA. Windows color (decimal): -2101766 or 16444895. OLE color: 16444895.

HSL color Cylindrical-coordinate representation of color #DFEDFA: hue angle of 208.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDFA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223237250-
CMYK0.110.0500.02
HSL208.89º72.97%92.75%-
HSV(B)208.89º10.8%98.04%-
XYZ77.9783.16102.38-
YUV234.3136.86119.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.41%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=31.41%
G=33.38%
B=35.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232372500.110.0500.02208.8972.9792.75
HexDFEDFAB502d1495d
Octal33735537213502321111135
Binary11011111111011011111101010111010101101000110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDFA; }

 p { color: rgb(223,237,250); }

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

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

 a { background-color: rgb(223,237,250); }

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

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

 span { border-color: rgb(223,237,250); }

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