Html Css Color HEX #E2CAF3 Blue Chalk

📋 copy color: '#E2CAF3'

red 226 ◦ green 202 ◦ blue 243

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

Shades of Blue Chalk #E2CAF3

Tints of Blue Chalk #E2CAF3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.1%

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 33.68%
G = 30.1%
B = 36.21%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2CAF3 (or 0xE2CAF3) is known color: Blue Chalk. HEX triplet: E2, CA and F3. RGB value is (226,202,243). Sum of RGB (Red+Green+Blue) = 226+202+243=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAF3 is #1D350C. Grayscale: #D5D5D5. Windows color (decimal): -1914125 or 15977186. OLE color: 15977186.

HSL color Cylindrical-coordinate representation of color #E2CAF3: hue angle of 275.12º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2CAF3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 202 243 -
CMYK 0.07 0.17 0 0.05
HSL 275.12º 0.63% 0.87% -
HSV(B) 275.12º 0.17% 0.95% -
XYZ 68.66 64.88 93.7 -
YUV 213.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 226 202 243 0.07 0.17 0 0.05 275.12 0.63 0.87
Hex E2 CA F3 7 11 0 5 113 3F 57
Octal 342 312 363 7 21 0 5 423 77 127
Binary 11100010 11001010 11110011 111 10001 0 101 100010011 111111 1010111

Color Harmonies of #E2CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CAF3

Black with #E2CAF3

Text Example


Text Example

White with #E2CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CAF3; }

 p { color: rgb(226,202,243); }

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

background-color css

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

 a { background-color: rgb(226,202,243); }

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

border-color css

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

 span { border-color: rgb(226,202,243); }

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