#DFEBFA

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

Shades of Solitude #DFEBFA

Tints of Solitude #DFEBFA

Color information

#DFEBFA (or 0xDFEBFA) is unknown color: approx Solitude. HEX triplet: DF, EB and FA. RGB value is (223,235,250). Sum of RGB (Red+Green+Blue) = 223+235+250=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBFA is #201405. Grayscale: #E9E9E9. Windows color (decimal): -2102278 or 16444383. OLE color: 16444383.

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

Color convert

RGB223235250-
CMYK0.110.0600.02
HSL213.33º72.97%92.75%-
HSV(B)213.33º10.8%98.04%-
XYZ77.482.01102.19-
YUV233.12137.52120.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=31.50%
G=33.19%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232352500.110.0600.02213.3372.9792.75
HexDFEBFAB602d5495d
Octal33735337213602325111135
Binary11011111111010111111101010111100101101010110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBFA; }

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

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

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

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

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

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

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

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