Html Css Color HEX #E1CCFC Fog

📋 copy color: '#E1CCFC'

red 225 ◦ green 204 ◦ blue 252

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

Shades of Fog #E1CCFC

Tints of Fog #E1CCFC

RGB

 RED value IS 225 (88.28% from 255) = 33.04%

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

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

R = 33.04%
G = 29.96%
B = 37%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1CCFC (or 0xE1CCFC) is known color: Fog. HEX triplet: E1, CC and FC. RGB value is (225,204,252). Sum of RGB (Red+Green+Blue) = 225+204+252=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFC is #1E3303. Grayscale: #D7D7D7. Windows color (decimal): -1979140 or 16567521. OLE color: 16567521.

HSL color Cylindrical-coordinate representation of color #E1CCFC: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CCFC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 204 252 -
CMYK 0.11 0.19 0 0.01
HSL 266.25º 0.89% 0.89% -
HSV(B) 266.25º 0.19% 0.99% -
XYZ 70.21 66.22 101.18 -
YUV 215.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 225 204 252 0.11 0.19 0 0.01 266.25 0.89 0.89
Hex E1 CC FC B 13 0 1 10A 59 59
Octal 341 314 374 13 23 0 1 412 131 131
Binary 11100001 11001100 11111100 1011 10011 0 1 100001010 1011001 1011001

Color Harmonies of #E1CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCFC

Black with #E1CCFC

Text Example


Text Example

White with #E1CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCFC; }

 p { color: rgb(225,204,252); }

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

background-color css

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

 a { background-color: rgb(225,204,252); }

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

border-color css

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

 span { border-color: rgb(225,204,252); }

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