#D5C1FF

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

Shades of Fog #D5C1FF

Tints of Fog #D5C1FF

Color information

#D5C1FF (or 0xD5C1FF) is unknown color: approx Fog. HEX triplet: D5, C1 and FF. RGB value is (213,193,255). Sum of RGB (Red+Green+Blue) = 213+193+255=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C1FF is #2A3E00. Grayscale: #CDCDCD. Windows color (decimal): -2768385 or 16761301. OLE color: 16761301.

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

Color convert

RGB213193255-
CMYK0.160.2400
HSL259.35º100%87.84%-
HSV(B)259.35º24.31%100%-
XYZ64.5659.51102.69-
YUV206.05155.63132.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 193 (75.78% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 38.58%
R=32.22%
G=29.20%
B=38.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131932550.160.2400259.3510087.84
HexD5C1FF1018001036458
Octal325301377203000403144130
Binary11010101110000011111111110000110000010000001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1FF; }

 p { color: rgb(213,193,255); }

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

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

 a { background-color: rgb(213,193,255); }

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

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

 span { border-color: rgb(213,193,255); }

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