Html Css Color HEX #E5CAFB Blue Chalk

📋 copy color: '#E5CAFB'

red 229 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #E5CAFB

Tints of Blue Chalk #E5CAFB

RGB

 RED value IS 229 (89.84% from 255) = 33.58%

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

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

R = 33.58%
G = 29.62%
B = 36.8%

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

#E5CAFB (or 0xE5CAFB) is known color: Blue Chalk. HEX triplet: E5, CA and FB. RGB value is (229,202,251). Sum of RGB (Red+Green+Blue) = 229+202+251=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFB is #1A3504. Grayscale: #D7D7D7. Windows color (decimal): -1717509 or 16501477. OLE color: 16501477.

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

Color convert

RGB 229 202 251 -
CMYK 0.09 0.20 0 0.02
HSL 273.06º 0.86% 0.89% -
HSV(B) 273.06º 0.2% 0.98% -
XYZ 70.85 65.86 100.25 -
YUV 215.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 229 202 251 0.09 0.20 0 0.02 273.06 0.86 0.89
Hex E5 CA FB 9 14 0 2 111 56 59
Octal 345 312 373 11 24 0 2 421 126 131
Binary 11100101 11001010 11111011 1001 10100 0 10 100010001 1010110 1011001

Color Harmonies of #E5CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAFB

Black with #E5CAFB

Text Example


Text Example

White with #E5CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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