#D5C0FF

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

Shades of Fog #D5C0FF

Tints of Fog #D5C0FF

Color information

#D5C0FF (or 0xD5C0FF) is unknown color: approx Fog. HEX triplet: D5, C0 and FF. RGB value is (213,192,255). Sum of RGB (Red+Green+Blue) = 213+192+255=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C0FF is #2A3F00. Grayscale: #CDCDCD. Windows color (decimal): -2768641 or 16761045. OLE color: 16761045.

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

Color convert

RGB213192255-
CMYK0.160.2500
HSL260º100%87.65%-
HSV(B)260º24.71%100%-
XYZ64.3459.07102.62-
YUV205.46155.96133.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 192 (75.39% from 255) = 29.09%
BLUE value IS 255 (100% from 255) = 38.64%
R=32.27%
G=29.09%
B=38.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131922550.160.250026010087.65
HexD5C0FF1019001046458
Octal325300377203100404144130
Binary11010101110000001111111110000110010010000010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0FF; }

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

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

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

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

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

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

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

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