Html Css Color HEX #E8CAFA Blue Chalk

📋 copy color: '#E8CAFA'

red 232 ◦ green 202 ◦ blue 250

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

Shades of Blue Chalk #E8CAFA

Tints of Blue Chalk #E8CAFA

RGB

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

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

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

R = 33.92%
G = 29.53%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8CAFA (or 0xE8CAFA) is known color: Blue Chalk. HEX triplet: E8, CA and FA. RGB value is (232,202,250). Sum of RGB (Red+Green+Blue) = 232+202+250=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFA is #173505. Grayscale: #D8D8D8. Windows color (decimal): -1520902 or 16435944. OLE color: 16435944.

HSL color Cylindrical-coordinate representation of color #E8CAFA: hue angle of 277.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 #E8CAFA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 202 250 -
CMYK 0.07 0.19 0 0.02
HSL 277.5º 0.83% 0.89% -
HSV(B) 277.5º 0.19% 0.98% -
XYZ 71.65 66.3 99.46 -
YUV 216.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 232 202 250 0.07 0.19 0 0.02 277.5 0.83 0.89
Hex E8 CA FA 7 13 0 2 116 53 59
Octal 350 312 372 7 23 0 2 426 123 131
Binary 11101000 11001010 11111010 111 10011 0 10 100010110 1010011 1011001

Color Harmonies of #E8CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAFA

Black with #E8CAFA

Text Example


Text Example

White with #E8CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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