Html Css Color HEX #E3CAF4 Blue Chalk

📋 copy color: '#E3CAF4'

red 227 ◦ green 202 ◦ blue 244

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

Shades of Blue Chalk #E3CAF4

Tints of Blue Chalk #E3CAF4

RGB

 RED value IS 227 (89.06% from 255) = 33.73%

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

 BLUE value IS 244 (95.7% from 255) = 36.26%

R = 33.73%
G = 30.01%
B = 36.26%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E3CAF4 (or 0xE3CAF4) is known color: Blue Chalk. HEX triplet: E3, CA and F4. RGB value is (227,202,244). Sum of RGB (Red+Green+Blue) = 227+202+244=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3CAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAF4 is #1C350B. Grayscale: #D6D6D6. Windows color (decimal): -1848588 or 16042723. OLE color: 16042723.

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

Color convert

RGB 227 202 244 -
CMYK 0.07 0.17 0 0.04
HSL 275.71º 0.66% 0.87% -
HSV(B) 275.71º 0.17% 0.96% -
XYZ 69.13 65.1 94.51 -
YUV 214.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 227 202 244 0.07 0.17 0 0.04 275.71 0.66 0.87
Hex E3 CA F4 7 11 0 4 114 42 57
Octal 343 312 364 7 21 0 4 424 102 127
Binary 11100011 11001010 11110100 111 10001 0 100 100010100 1000010 1010111

Color Harmonies of #E3CAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CAF4

Black with #E3CAF4

Text Example


Text Example

White with #E3CAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CAF4; }

 p { color: rgb(227,202,244); }

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

background-color css

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

 a { background-color: rgb(227,202,244); }

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

border-color css

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

 span { border-color: rgb(227,202,244); }

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