Html Css Color HEX #E2CEFB Fog

📋 copy color: '#E2CEFB'

red 226 ◦ green 206 ◦ blue 251

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

Shades of Fog #E2CEFB

Tints of Fog #E2CEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 33.09%
G = 30.16%
B = 36.75%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2CEFB (or 0xE2CEFB) is known color: Fog. HEX triplet: E2, CE and FB. RGB value is (226,206,251). Sum of RGB (Red+Green+Blue) = 226+206+251=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEFB is #1D3104. Grayscale: #D8D8D8. Windows color (decimal): -1913093 or 16502498. OLE color: 16502498.

HSL color Cylindrical-coordinate representation of color #E2CEFB: hue angle of 266.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CEFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 206 251 -
CMYK 0.10 0.18 0 0.02
HSL 266.67º 0.85% 0.9% -
HSV(B) 266.67º 0.18% 0.98% -
XYZ 70.85 67.28 100.52 -
YUV 217.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 226 206 251 0.10 0.18 0 0.02 266.67 0.85 0.9
Hex E2 CE FB A 12 0 2 10B 55 5A
Octal 342 316 373 12 22 0 2 413 125 132
Binary 11100010 11001110 11111011 1010 10010 0 10 100001011 1010101 1011010

Color Harmonies of #E2CEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEFB

Black with #E2CEFB

Text Example


Text Example

White with #E2CEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEFB; }

 p { color: rgb(226,206,251); }

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

background-color css

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

 a { background-color: rgb(226,206,251); }

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

border-color css

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

 span { border-color: rgb(226,206,251); }

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