Html Css Color HEX #E2CBFA Fog

📋 copy color: '#E2CBFA'

red 226 ◦ green 203 ◦ blue 250

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

Shades of Fog #E2CBFA

Tints of Fog #E2CBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.9%

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 33.28%
G = 29.9%
B = 36.82%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2CBFA (or 0xE2CBFA) is known color: Fog. HEX triplet: E2, CB and FA. RGB value is (226,203,250). Sum of RGB (Red+Green+Blue) = 226+203+250=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBFA is #1D3405. Grayscale: #D7D7D7. Windows color (decimal): -1913862 or 16436194. OLE color: 16436194.

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

Color convert

RGB 226 203 250 -
CMYK 0.10 0.19 0 0.02
HSL 269.36º 0.82% 0.89% -
HSV(B) 269.36º 0.19% 0.98% -
XYZ 69.98 65.78 99.45 -
YUV 215.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 226 203 250 0.10 0.19 0 0.02 269.36 0.82 0.89
Hex E2 CB FA A 13 0 2 10D 52 59
Octal 342 313 372 12 23 0 2 415 122 131
Binary 11100010 11001011 11111010 1010 10011 0 10 100001101 1010010 1011001

Color Harmonies of #E2CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBFA

Black with #E2CBFA

Text Example


Text Example

White with #E2CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBFA; }

 p { color: rgb(226,203,250); }

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

background-color css

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

 a { background-color: rgb(226,203,250); }

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

border-color css

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

 span { border-color: rgb(226,203,250); }

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