#D8C4FD

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

Shades of Fog #D8C4FD

Tints of Fog #D8C4FD

Color information

#D8C4FD (or 0xD8C4FD) is unknown color: approx Fog. HEX triplet: D8, C4 and FD. RGB value is (216,196,253). Sum of RGB (Red+Green+Blue) = 216+196+253=665 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.48% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8C4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C4FD is #273B02. Grayscale: #D0D0D0. Windows color (decimal): -2571011 or 16631000. OLE color: 16631000.

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

Color convert

RGB216196253-
CMYK0.150.2300.01
HSL261.05º93.44%88.04%-
HSV(B)261.05º22.53%99.22%-
XYZ65.7961.17101.27-
YUV208.48153.13133.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.48%
GREEN value IS 196 (76.95% from 255) = 29.47%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=32.48%
G=29.47%
B=38.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161962530.150.2300.01261.0593.4488.04
HexD8C4FDF17011055d58
Octal330304375172701405135130
Binary1101100011000100111111011111101110110000010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4FD; }

 p { color: rgb(216,196,253); }

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

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

 a { background-color: rgb(216,196,253); }

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

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

 span { border-color: rgb(216,196,253); }

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