Html Css Color HEX #E8CAFB Blue Chalk

📋 copy color: '#E8CAFB'

red 232 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #E8CAFB

Tints of Blue Chalk #E8CAFB

RGB

 RED value IS 232 (91.02% from 255) = 33.87%

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

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

R = 33.87%
G = 29.49%
B = 36.64%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8CAFB (or 0xE8CAFB) is known color: Blue Chalk. HEX triplet: E8, CA and FB. RGB value is (232,202,251). Sum of RGB (Red+Green+Blue) = 232+202+251=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFB is #173504. Grayscale: #D8D8D8. Windows color (decimal): -1520901 or 16501480. OLE color: 16501480.

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

Color convert

RGB 232 202 251 -
CMYK 0.08 0.20 0 0.02
HSL 276.73º 0.86% 0.89% -
HSV(B) 276.73º 0.2% 0.98% -
XYZ 71.81 66.36 100.29 -
YUV 216.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 232 202 251 0.08 0.20 0 0.02 276.73 0.86 0.89
Hex E8 CA FB 8 14 0 2 115 56 59
Octal 350 312 373 10 24 0 2 425 126 131
Binary 11101000 11001010 11111011 1000 10100 0 10 100010101 1010110 1011001

Color Harmonies of #E8CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAFB

Black with #E8CAFB

Text Example


Text Example

White with #E8CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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