Html Css Color HEX #E2C3F3 Blue Chalk

📋 copy color: '#E2C3F3'

red 226 ◦ green 195 ◦ blue 243

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

Shades of Blue Chalk #E2C3F3

Tints of Blue Chalk #E2C3F3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.37%

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

R = 34.04%
G = 29.37%
B = 36.6%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2C3F3 (or 0xE2C3F3) is known color: Blue Chalk. HEX triplet: E2, C3 and F3. RGB value is (226,195,243). Sum of RGB (Red+Green+Blue) = 226+195+243=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2C3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3F3 is #1D3C0C. Grayscale: #D1D1D1. Windows color (decimal): -1915917 or 15975394. OLE color: 15975394.

HSL color Cylindrical-coordinate representation of color #E2C3F3: hue angle of 278.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2C3F3 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 195 243 -
CMYK 0.07 0.20 0 0.05
HSL 278.75º 0.67% 0.86% -
HSV(B) 278.75º 0.2% 0.95% -
XYZ 67.06 61.67 93.16 -
YUV 209.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 226 195 243 0.07 0.20 0 0.05 278.75 0.67 0.86
Hex E2 C3 F3 7 14 0 5 117 43 56
Octal 342 303 363 7 24 0 5 427 103 126
Binary 11100010 11000011 11110011 111 10100 0 101 100010111 1000011 1010110

Color Harmonies of #E2C3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C3F3

Black with #E2C3F3

Text Example


Text Example

White with #E2C3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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