Html Css Color HEX #E1CCFD Fog

📋 copy color: '#E1CCFD'

red 225 ◦ green 204 ◦ blue 253

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

Shades of Fog #E1CCFD

Tints of Fog #E1CCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 32.99%
G = 29.91%
B = 37.1%

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

#E1CCFD (or 0xE1CCFD) is known color: Fog. HEX triplet: E1, CC and FD. RGB value is (225,204,253). Sum of RGB (Red+Green+Blue) = 225+204+253=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFD is #1E3302. Grayscale: #D7D7D7. Windows color (decimal): -1979139 or 16633057. OLE color: 16633057.

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

Color convert

RGB 225 204 253 -
CMYK 0.11 0.19 0 0.01
HSL 265.71º 0.92% 0.9% -
HSV(B) 265.71º 0.19% 0.99% -
XYZ 70.37 66.29 102.01 -
YUV 215.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 225 204 253 0.11 0.19 0 0.01 265.71 0.92 0.9
Hex E1 CC FD B 13 0 1 10A 5C 5A
Octal 341 314 375 13 23 0 1 412 134 132
Binary 11100001 11001100 11111101 1011 10011 0 1 100001010 1011100 1011010

Color Harmonies of #E1CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCFD

Black with #E1CCFD

Text Example


Text Example

White with #E1CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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