Html Css Color HEX #E5D7FC Fog

📋 copy color: '#E5D7FC'

red 229 ◦ green 215 ◦ blue 252

#E5D7FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #E5D7FC

Tints of Fog #E5D7FC

RGB

 RED value IS 229 (89.84% from 255) = 32.9%

 GREEN value IS 215 (84.38% from 255) = 30.89%

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 32.9%
G = 30.89%
B = 36.21%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5D7FC (or 0xE5D7FC) is known color: Fog. HEX triplet: E5, D7 and FC. RGB value is (229,215,252). Sum of RGB (Red+Green+Blue) = 229+215+252=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5D7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7FC is #1A2803. Grayscale: #DFDFDF. Windows color (decimal): -1714180 or 16570341. OLE color: 16570341.

HSL color Cylindrical-coordinate representation of color #E5D7FC: hue angle of 262.7º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D7FC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 215 252 -
CMYK 0.09 0.15 0 0.01
HSL 262.7º 0.86% 0.92% -
HSV(B) 262.7º 0.15% 0.99% -
XYZ 74.18 72.29 102.14 -
YUV 223.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 229 215 252 0.09 0.15 0 0.01 262.7 0.86 0.92
Hex E5 D7 FC 9 F 0 1 107 56 5C
Octal 345 327 374 11 17 0 1 407 126 134
Binary 11100101 11010111 11111100 1001 1111 0 1 100000111 1010110 1011100

Color Harmonies of #E5D7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D7FC

Black with #E5D7FC

Text Example


Text Example

White with #E5D7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D7FC; }

 p { color: rgb(229,215,252); }

 H1.HeaderClassName
 {
   color: #E5D7FC;
 }
 .AnyTagClassName
 {
   color: #E5D7FC;
 }
</style>

background-color css

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

 a { background-color: rgb(229,215,252); }

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

border-color css

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

 span { border-color: rgb(229,215,252); }

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