Html Css Color HEX #E2CCF8 Fog

📋 copy color: '#E2CCF8'

red 226 ◦ green 204 ◦ blue 248

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

Shades of Fog #E2CCF8

Tints of Fog #E2CCF8

RGB

 RED value IS 226 (88.67% from 255) = 33.33%

 GREEN value IS 204 (80.08% from 255) = 30.09%

 BLUE value IS 248 (97.27% from 255) = 36.58%

R = 33.33%
G = 30.09%
B = 36.58%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E2CCF8 (or 0xE2CCF8) is known color: Fog. HEX triplet: E2, CC and F8. RGB value is (226,204,248). Sum of RGB (Red+Green+Blue) = 226+204+248=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF8 is #1D3307. Grayscale: #D7D7D7. Windows color (decimal): -1913608 or 16305378. OLE color: 16305378.

HSL color Cylindrical-coordinate representation of color #E2CCF8: hue angle of 270º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CCF8 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 204 248 -
CMYK 0.09 0.18 0 0.03
HSL 270º 0.76% 0.89% -
HSV(B) 270º 0.18% 0.97% -
XYZ 69.9 66.13 97.89 -
YUV 215.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 226 204 248 0.09 0.18 0 0.03 270 0.76 0.89
Hex E2 CC F8 9 12 0 3 10E 4C 59
Octal 342 314 370 11 22 0 3 416 114 131
Binary 11100010 11001100 11111000 1001 10010 0 11 100001110 1001100 1011001

Color Harmonies of #E2CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCF8

Black with #E2CCF8

Text Example


Text Example

White with #E2CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCF8; }

 p { color: rgb(226,204,248); }

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

background-color css

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

 a { background-color: rgb(226,204,248); }

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

border-color css

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

 span { border-color: rgb(226,204,248); }

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