#DEE6FC

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

Shades of Solitude #DEE6FC

Tints of Solitude #DEE6FC

Color information

#DEE6FC (or 0xDEE6FC) is unknown color: approx Solitude. HEX triplet: DE, E6 and FC. RGB value is (222,230,252). Sum of RGB (Red+Green+Blue) = 222+230+252=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6FC is #211903. Grayscale: #E6E6E6. Windows color (decimal): -2169092 or 16574174. OLE color: 16574174.

HSL color Cylindrical-coordinate representation of color #DEE6FC: hue angle of 224º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE6FC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222230252-
CMYK0.120.0900.01
HSL224º83.33%92.94%-
HSV(B)224º11.9%98.82%-
XYZ75.9979.15103.37-
YUV230.12140.35122.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 230 (90.23% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=31.53%
G=32.67%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222302520.120.0900.0122483.3392.94
HexDEE6FCC901e0535d
Octal336346374141101340123135
Binary11011110111001101111110011001001011110000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6FC; }

 p { color: rgb(222,230,252); }

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

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

 a { background-color: rgb(222,230,252); }

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

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

 span { border-color: rgb(222,230,252); }

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