#D7E7FD

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

Shades of Solitude #D7E7FD

Tints of Solitude #D7E7FD

Color information

#D7E7FD (or 0xD7E7FD) is unknown color: approx Solitude. HEX triplet: D7, E7 and FD. RGB value is (215,231,253). Sum of RGB (Red+Green+Blue) = 215+231+253=699 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.76% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E7FD is #281802. Grayscale: #E4E4E4. Windows color (decimal): -2627587 or 16639959. OLE color: 16639959.

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

Color convert

RGB215231253-
CMYK0.150.0900.01
HSL214.74º90.48%91.76%-
HSV(B)214.74º15.02%99.22%-
XYZ74.3378.69104.2-
YUV228.72141.7118.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.76%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=30.76%
G=33.05%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152312530.150.0900.01214.7490.4891.76
HexD7E7FDF901d75a5c
Octal327347375171101327132134
Binary11010111111001111111110111111001011101011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7FD; }

 p { color: rgb(215,231,253); }

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

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

 a { background-color: rgb(215,231,253); }

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

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

 span { border-color: rgb(215,231,253); }

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