#D7C7FA

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

Shades of Fog #D7C7FA

Tints of Fog #D7C7FA

Color information

#D7C7FA (or 0xD7C7FA) is unknown color: approx Fog. HEX triplet: D7, C7 and FA. RGB value is (215,199,250). Sum of RGB (Red+Green+Blue) = 215+199+250=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C7FA is #283805. Grayscale: #D1D1D1. Windows color (decimal): -2635782 or 16435159. OLE color: 16435159.

HSL color Cylindrical-coordinate representation of color #D7C7FA: hue angle of 258.82º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C7FA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215199250-
CMYK0.140.2000.02
HSL258.82º83.61%88.04%-
HSV(B)258.82º20.4%98.04%-
XYZ65.762.298.98-
YUV209.6150.8131.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 199 (78.12% from 255) = 29.97%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=32.38%
G=29.97%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151992500.140.2000.02258.8283.6188.04
HexD7C7FAE14021035458
Octal327307372162402403124130
Binary11010111110001111111101011101010001010000001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7FA; }

 p { color: rgb(215,199,250); }

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

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

 a { background-color: rgb(215,199,250); }

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

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

 span { border-color: rgb(215,199,250); }

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