Html Css Color HEX #E8CAFD Blue Chalk

📋 copy color: '#E8CAFD'

red 232 ◦ green 202 ◦ blue 253

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

Shades of Blue Chalk #E8CAFD

Tints of Blue Chalk #E8CAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 33.77%
G = 29.4%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8CAFD (or 0xE8CAFD) is known color: Blue Chalk. HEX triplet: E8, CA and FD. RGB value is (232,202,253). Sum of RGB (Red+Green+Blue) = 232+202+253=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFD is #173502. Grayscale: #D8D8D8. Windows color (decimal): -1520899 or 16632552. OLE color: 16632552.

HSL color Cylindrical-coordinate representation of color #E8CAFD: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8CAFD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 202 253 -
CMYK 0.08 0.20 0 0.01
HSL 275.29º 0.93% 0.89% -
HSV(B) 275.29º 0.2% 0.99% -
XYZ 72.13 66.49 101.96 -
YUV 216.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 232 202 253 0.08 0.20 0 0.01 275.29 0.93 0.89
Hex E8 CA FD 8 14 0 1 113 5D 59
Octal 350 312 375 10 24 0 1 423 135 131
Binary 11101000 11001010 11111101 1000 10100 0 1 100010011 1011101 1011001

Color Harmonies of #E8CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAFD

Black with #E8CAFD

Text Example


Text Example

White with #E8CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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