#D5C0FE

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

Shades of Fog #D5C0FE

Tints of Fog #D5C0FE

Color information

#D5C0FE (or 0xD5C0FE) is unknown color: approx Fog. HEX triplet: D5, C0 and FE. RGB value is (213,192,254). Sum of RGB (Red+Green+Blue) = 213+192+254=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C0FE is #2A3F01. Grayscale: #CDCDCD. Windows color (decimal): -2768642 or 16695509. OLE color: 16695509.

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

Color convert

RGB213192254-
CMYK0.160.2400.00
HSL260.32º96.88%87.45%-
HSV(B)260.32º24.41%99.61%-
XYZ64.1859101.77-
YUV205.35155.46133.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=32.32%
G=29.14%
B=38.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131922540.160.2400.00260.3296.8887.45
HexD5C0FE1018001046157
Octal325300376203000404141127
Binary11010101110000001111111010000110000010000010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0FE; }

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

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

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

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

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

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

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

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