Html Css Color HEX #E5DAFA Fog

📋 copy color: '#E5DAFA'

red 229 ◦ green 218 ◦ blue 250

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

Shades of Fog #E5DAFA

Tints of Fog #E5DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.28%

 BLUE value IS 250 (98.05% from 255) = 35.87%

R = 32.86%
G = 31.28%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5DAFA (or 0xE5DAFA) is known color: Fog. HEX triplet: E5, DA and FA. RGB value is (229,218,250). Sum of RGB (Red+Green+Blue) = 229+218+250=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFA is #1A2505. Grayscale: #E0E0E0. Windows color (decimal): -1713414 or 16440037. OLE color: 16440037.

HSL color Cylindrical-coordinate representation of color #E5DAFA: hue angle of 260.62º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DAFA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 218 250 -
CMYK 0.08 0.13 0 0.02
HSL 260.63º 0.76% 0.92% -
HSV(B) 260.63º 0.13% 0.98% -
XYZ 74.64 73.7 100.73 -
YUV 224.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 229 218 250 0.08 0.13 0 0.02 260.63 0.76 0.92
Hex E5 DA FA 8 D 0 2 105 4C 5C
Octal 345 332 372 10 15 0 2 405 114 134
Binary 11100101 11011010 11111010 1000 1101 0 10 100000101 1001100 1011100

Color Harmonies of #E5DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAFA

Black with #E5DAFA

Text Example


Text Example

White with #E5DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAFA; }

 p { color: rgb(229,218,250); }

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

background-color css

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

 a { background-color: rgb(229,218,250); }

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

border-color css

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

 span { border-color: rgb(229,218,250); }

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