Html Css Color HEX #E4CAFA Blue Chalk

📋 copy color: '#E4CAFA'

red 228 ◦ green 202 ◦ blue 250

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

Shades of Blue Chalk #E4CAFA

Tints of Blue Chalk #E4CAFA

RGB

 RED value IS 228 (89.45% from 255) = 33.53%

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

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

R = 33.53%
G = 29.71%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4CAFA (or 0xE4CAFA) is known color: Blue Chalk. HEX triplet: E4, CA and FA. RGB value is (228,202,250). Sum of RGB (Red+Green+Blue) = 228+202+250=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFA is #1B3505. Grayscale: #D7D7D7. Windows color (decimal): -1783046 or 16435940. OLE color: 16435940.

HSL color Cylindrical-coordinate representation of color #E4CAFA: hue angle of 272.5º degrees, saturation: 0.83, 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 #E4CAFA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 202 250 -
CMYK 0.09 0.19 0 0.02
HSL 272.5º 0.83% 0.89% -
HSV(B) 272.5º 0.19% 0.98% -
XYZ 70.37 65.64 99.4 -
YUV 215.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 228 202 250 0.09 0.19 0 0.02 272.5 0.83 0.89
Hex E4 CA FA 9 13 0 2 110 53 59
Octal 344 312 372 11 23 0 2 420 123 131
Binary 11100100 11001010 11111010 1001 10011 0 10 100010000 1010011 1011001

Color Harmonies of #E4CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CAFA

Black with #E4CAFA

Text Example


Text Example

White with #E4CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CAFA; }

 p { color: rgb(228,202,250); }

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

background-color css

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

 a { background-color: rgb(228,202,250); }

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

border-color css

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

 span { border-color: rgb(228,202,250); }

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