Html Css Color HEX #E5DAF9 Fog

📋 copy color: '#E5DAF9'

red 229 ◦ green 218 ◦ blue 249

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

Shades of Fog #E5DAF9

Tints of Fog #E5DAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.78%

R = 32.9%
G = 31.32%
B = 35.78%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5DAF9 (or 0xE5DAF9) is known color: Fog. HEX triplet: E5, DA and F9. RGB value is (229,218,249). Sum of RGB (Red+Green+Blue) = 229+218+249=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAF9 is #1A2506. Grayscale: #E0E0E0. Windows color (decimal): -1713415 or 16374501. OLE color: 16374501.

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

Color convert

RGB 229 218 249 -
CMYK 0.08 0.12 0 0.02
HSL 261.29º 0.72% 0.92% -
HSV(B) 261.29º 0.12% 0.98% -
XYZ 74.48 73.64 99.91 -
YUV 224.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 229 218 249 0.08 0.12 0 0.02 261.29 0.72 0.92
Hex E5 DA F9 8 C 0 2 105 48 5C
Octal 345 332 371 10 14 0 2 405 110 134
Binary 11100101 11011010 11111001 1000 1100 0 10 100000101 1001000 1011100

Color Harmonies of #E5DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAF9

Black with #E5DAF9

Text Example


Text Example

White with #E5DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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