Html Css Color HEX #E9CAFA Blue Chalk

📋 copy color: '#E9CAFA'

red 233 ◦ green 202 ◦ blue 250

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

Shades of Blue Chalk #E9CAFA

Tints of Blue Chalk #E9CAFA

RGB

 RED value IS 233 (91.41% from 255) = 34.01%

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

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

R = 34.01%
G = 29.49%
B = 36.5%

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

#E9CAFA (or 0xE9CAFA) is known color: Blue Chalk. HEX triplet: E9, CA and FA. RGB value is (233,202,250). Sum of RGB (Red+Green+Blue) = 233+202+250=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAFA is #163505. Grayscale: #D8D8D8. Windows color (decimal): -1455366 or 16435945. OLE color: 16435945.

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

Color convert

RGB 233 202 250 -
CMYK 0.07 0.19 0 0.02
HSL 278.75º 0.83% 0.89% -
HSV(B) 278.75º 0.19% 0.98% -
XYZ 71.98 66.47 99.48 -
YUV 216.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 233 202 250 0.07 0.19 0 0.02 278.75 0.83 0.89
Hex E9 CA FA 7 13 0 2 117 53 59
Octal 351 312 372 7 23 0 2 427 123 131
Binary 11101001 11001010 11111010 111 10011 0 10 100010111 1010011 1011001

Color Harmonies of #E9CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CAFA

Black with #E9CAFA

Text Example


Text Example

White with #E9CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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