#D8E6FC

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

Shades of Solitude #D8E6FC

Tints of Solitude #D8E6FC

Color information

#D8E6FC (or 0xD8E6FC) is unknown color: approx Solitude. HEX triplet: D8, E6 and FC. RGB value is (216,230,252). Sum of RGB (Red+Green+Blue) = 216+230+252=698 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.95% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6FC is #271903. Grayscale: #E4E4E4. Windows color (decimal): -2562308 or 16574168. OLE color: 16574168.

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

Color convert

RGB216230252-
CMYK0.140.0900.01
HSL216.67º85.71%91.76%-
HSV(B)216.67º14.29%98.82%-
XYZ74.1978.22103.28-
YUV228.32141.36119.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.95%
GREEN value IS 230 (90.23% from 255) = 32.95%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=30.95%
G=32.95%
B=36.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162302520.140.0900.01216.6785.7191.76
HexD8E6FCE901d9565c
Octal330346374161101331126134
Binary11011000111001101111110011101001011101100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E6FC; }

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

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

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

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

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

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

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

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