#D5C4FE

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

Shades of Fog #D5C4FE

Tints of Fog #D5C4FE

Color information

#D5C4FE (or 0xD5C4FE) is unknown color: approx Fog. HEX triplet: D5, C4 and FE. RGB value is (213,196,254). Sum of RGB (Red+Green+Blue) = 213+196+254=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C4FE is #2A3B01. Grayscale: #CFCFCF. Windows color (decimal): -2767618 or 16696533. OLE color: 16696533.

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

Color convert

RGB213196254-
CMYK0.160.2300.00
HSL257.59º96.67%88.24%-
HSV(B)257.59º22.83%99.61%-
XYZ65.0760.78102.07-
YUV207.69154.13131.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.13%
GREEN value IS 196 (76.95% from 255) = 29.56%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=32.13%
G=29.56%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131962540.160.2300.00257.5996.6788.24
HexD5C4FE1017001026158
Octal325304376202700402141130
Binary11010101110001001111111010000101110010000001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4FE; }

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

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

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

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

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

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

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

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