#D9C5FF

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

Shades of Fog #D9C5FF

Tints of Fog #D9C5FF

Color information

#D9C5FF (or 0xD9C5FF) is unknown color: approx Fog. HEX triplet: D9, C5 and FF. RGB value is (217,197,255). Sum of RGB (Red+Green+Blue) = 217+197+255=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C5FF is #263A00. Grayscale: #D1D1D1. Windows color (decimal): -2505217 or 16762329. OLE color: 16762329.

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

Color convert

RGB217197255-
CMYK0.150.2300
HSL260.69º100%88.63%-
HSV(B)260.69º22.75%100%-
XYZ66.6361.9103.04-
YUV209.59153.63133.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 197 (77.34% from 255) = 29.45%
BLUE value IS 255 (100% from 255) = 38.12%
R=32.44%
G=29.45%
B=38.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171972550.150.2300260.6910088.63
HexD9C5FFF17001056459
Octal331305377172700405144131
Binary1101100111000101111111111111101110010000010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5FF; }

 p { color: rgb(217,197,255); }

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

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

 a { background-color: rgb(217,197,255); }

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

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

 span { border-color: rgb(217,197,255); }

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