Html Css Color HEX #E6D9FC Fog

📋 copy color: '#E6D9FC'

red 230 ◦ green 217 ◦ blue 252

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

Shades of Fog #E6D9FC

Tints of Fog #E6D9FC

RGB

 RED value IS 230 (90.23% from 255) = 32.9%

 GREEN value IS 217 (85.16% from 255) = 31.04%

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

R = 32.9%
G = 31.04%
B = 36.05%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6D9FC (or 0xE6D9FC) is known color: Fog. HEX triplet: E6, D9 and FC. RGB value is (230,217,252). Sum of RGB (Red+Green+Blue) = 230+217+252=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9FC is #192603. Grayscale: #E0E0E0. Windows color (decimal): -1648132 or 16570854. OLE color: 16570854.

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

Color convert

RGB 230 217 252 -
CMYK 0.09 0.14 0 0.01
HSL 262.29º 0.85% 0.92% -
HSV(B) 262.29º 0.14% 0.99% -
XYZ 75.02 73.48 102.32 -
YUV 224.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 230 217 252 0.09 0.14 0 0.01 262.29 0.85 0.92
Hex E6 D9 FC 9 E 0 1 106 55 5C
Octal 346 331 374 11 16 0 1 406 125 134
Binary 11100110 11011001 11111100 1001 1110 0 1 100000110 1010101 1011100

Color Harmonies of #E6D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D9FC

Black with #E6D9FC

Text Example


Text Example

White with #E6D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D9FC; }

 p { color: rgb(230,217,252); }

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

background-color css

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

 a { background-color: rgb(230,217,252); }

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

border-color css

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

 span { border-color: rgb(230,217,252); }

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