#DFE6ED

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

Shades of Solitude #DFE6ED

Tints of Solitude #DFE6ED

Color information

#DFE6ED (or 0xDFE6ED) is unknown color: approx Solitude. HEX triplet: DF, E6 and ED. RGB value is (223,230,237). Sum of RGB (Red+Green+Blue) = 223+230+237=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6ED is #201912. Grayscale: #E4E4E4. Windows color (decimal): -2103571 or 15591135. OLE color: 15591135.

HSL color Cylindrical-coordinate representation of color #DFE6ED: hue angle of 210º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE6ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223230237-
CMYK0.060.0300.07
HSL210º28%90.2%-
HSV(B)210º5.91%92.94%-
XYZ74.0178.491.35-
YUV228.7132.68123.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=32.32%
G=33.33%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232302370.060.0300.072102890.2
HexDFE6ED6307d21c5a
Octal337346355630732234132
Binary11011111111001101110110111011011111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6ED; }

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

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

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

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

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

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

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

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