Html Css Color HEX #E4CAFB Blue Chalk

📋 copy color: '#E4CAFB'

red 228 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #E4CAFB

Tints of Blue Chalk #E4CAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 33.48%
G = 29.66%
B = 36.86%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4CAFB (or 0xE4CAFB) is known color: Blue Chalk. HEX triplet: E4, CA and FB. RGB value is (228,202,251). Sum of RGB (Red+Green+Blue) = 228+202+251=681 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.48% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFB is #1B3504. Grayscale: #D7D7D7. Windows color (decimal): -1783045 or 16501476. OLE color: 16501476.

HSL color Cylindrical-coordinate representation of color #E4CAFB: hue angle of 271.84º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4CAFB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 202 251 -
CMYK 0.09 0.20 0 0.02
HSL 271.84º 0.86% 0.89% -
HSV(B) 271.84º 0.2% 0.98% -
XYZ 70.53 65.7 100.23 -
YUV 215.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 228 202 251 0.09 0.20 0 0.02 271.84 0.86 0.89
Hex E4 CA FB 9 14 0 2 110 56 59
Octal 344 312 373 11 24 0 2 420 126 131
Binary 11100100 11001010 11111011 1001 10100 0 10 100010000 1010110 1011001

Color Harmonies of #E4CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CAFB

Black with #E4CAFB

Text Example


Text Example

White with #E4CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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