#D7C4FF

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

Shades of Fog #D7C4FF

Tints of Fog #D7C4FF

Color information

#D7C4FF (or 0xD7C4FF) is unknown color: approx Fog. HEX triplet: D7, C4 and FF. RGB value is (215,196,255). Sum of RGB (Red+Green+Blue) = 215+196+255=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C4FF is #283B00. Grayscale: #D0D0D0. Windows color (decimal): -2636545 or 16762071. OLE color: 16762071.

HSL color Cylindrical-coordinate representation of color #D7C4FF: hue angle of 259.32º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7C4FF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215196255-
CMYK0.160.2300
HSL259.32º100%88.43%-
HSV(B)259.32º23.14%100%-
XYZ65.8161.15102.94-
YUV208.41154.29132.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.28%
GREEN value IS 196 (76.95% from 255) = 29.43%
BLUE value IS 255 (100% from 255) = 38.29%
R=32.28%
G=29.43%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151962550.160.2300259.3210088.43
HexD7C4FF1017001036458
Octal327304377202700403144130
Binary11010111110001001111111110000101110010000001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4FF; }

 p { color: rgb(215,196,255); }

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

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

 a { background-color: rgb(215,196,255); }

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

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

 span { border-color: rgb(215,196,255); }

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