#D7C7F3

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

Shades of Fog #D7C7F3

Tints of Fog #D7C7F3

Color information

#D7C7F3 (or 0xD7C7F3) is unknown color: approx Fog. HEX triplet: D7, C7 and F3. RGB value is (215,199,243). Sum of RGB (Red+Green+Blue) = 215+199+243=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C7F3 is #28380C. Grayscale: #D0D0D0. Windows color (decimal): -2635789 or 15976407. OLE color: 15976407.

HSL color Cylindrical-coordinate representation of color #D7C7F3: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7C7F3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215199243-
CMYK0.120.1800.05
HSL261.82º64.71%86.67%-
HSV(B)261.82º18.11%95.29%-
XYZ64.6361.7693.31-
YUV208.8147.3132.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=32.72%
G=30.29%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151992430.120.1800.05261.8264.7186.67
HexD7C7F3C12051064157
Octal327307363142205406101127
Binary110101111100011111110011110010010010110000011010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7F3; }

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

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

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

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

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

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

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

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