Html Css Color HEX #E1CEFD Fog

📋 copy color: '#E1CEFD'

red 225 ◦ green 206 ◦ blue 253

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

Shades of Fog #E1CEFD

Tints of Fog #E1CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.12%

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

R = 32.89%
G = 30.12%
B = 36.99%

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

#E1CEFD (or 0xE1CEFD) is known color: Fog. HEX triplet: E1, CE and FD. RGB value is (225,206,253). Sum of RGB (Red+Green+Blue) = 225+206+253=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFD is #1E3102. Grayscale: #D8D8D8. Windows color (decimal): -1978627 or 16633569. OLE color: 16633569.

HSL color Cylindrical-coordinate representation of color #E1CEFD: hue angle of 264.26º 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 #E1CEFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 206 253 -
CMYK 0.11 0.19 0 0.01
HSL 264.26º 0.92% 0.9% -
HSV(B) 264.26º 0.19% 0.99% -
XYZ 70.85 67.24 102.17 -
YUV 217.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 225 206 253 0.11 0.19 0 0.01 264.26 0.92 0.9
Hex E1 CE FD B 13 0 1 108 5C 5A
Octal 341 316 375 13 23 0 1 410 134 132
Binary 11100001 11001110 11111101 1011 10011 0 1 100001000 1011100 1011010

Color Harmonies of #E1CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEFD

Black with #E1CEFD

Text Example


Text Example

White with #E1CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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