Html Css Color HEX #E9CAFB Blue Chalk

📋 copy color: '#E9CAFB'

red 233 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #E9CAFB

Tints of Blue Chalk #E9CAFB

RGB

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

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

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

R = 33.97%
G = 29.45%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9CAFB (or 0xE9CAFB) is known color: Blue Chalk. HEX triplet: E9, CA and FB. RGB value is (233,202,251). Sum of RGB (Red+Green+Blue) = 233+202+251=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAFB is #163504. Grayscale: #D8D8D8. Windows color (decimal): -1455365 or 16501481. OLE color: 16501481.

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

Color convert

RGB 233 202 251 -
CMYK 0.07 0.20 0 0.02
HSL 277.96º 0.86% 0.89% -
HSV(B) 277.96º 0.2% 0.98% -
XYZ 72.14 66.53 100.31 -
YUV 216.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 233 202 251 0.07 0.20 0 0.02 277.96 0.86 0.89
Hex E9 CA FB 7 14 0 2 116 56 59
Octal 351 312 373 7 24 0 2 426 126 131
Binary 11101001 11001010 11111011 111 10100 0 10 100010110 1010110 1011001

Color Harmonies of #E9CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CAFB

Black with #E9CAFB

Text Example


Text Example

White with #E9CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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