#DEEAF6

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

Shades of Solitude #DEEAF6

Tints of Solitude #DEEAF6

Color information

#DEEAF6 (or 0xDEEAF6) is unknown color: approx Solitude. HEX triplet: DE, EA and F6. RGB value is (222,234,246). Sum of RGB (Red+Green+Blue) = 222+234+246=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF6 is #211509. Grayscale: #E7E7E7. Windows color (decimal): -2168074 or 16181982. OLE color: 16181982.

HSL color Cylindrical-coordinate representation of color #DEEAF6: hue angle of 210º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEAF6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222234246-
CMYK0.100.0500.04
HSL210º57.14%91.76%-
HSV(B)210º9.76%96.47%-
XYZ76.1881.0398.81-
YUV231.78136.02121.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=31.62%
G=33.33%
B=35.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222342460.100.0500.0421057.1491.76
HexDEEAF6A504d2395c
Octal3363523661250432271134
Binary11011110111010101111011010101010100110100101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF6; }

 p { color: rgb(222,234,246); }

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

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

 a { background-color: rgb(222,234,246); }

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

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

 span { border-color: rgb(222,234,246); }

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