Html Css Color HEX #E9CAFE Blue Chalk

📋 copy color: '#E9CAFE'

red 233 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #E9CAFE

Tints of Blue Chalk #E9CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 33.82%
G = 29.32%
B = 36.87%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9CAFE (or 0xE9CAFE) is known color: Blue Chalk. HEX triplet: E9, CA and FE. RGB value is (233,202,254). Sum of RGB (Red+Green+Blue) = 233+202+254=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAFE is #163501. Grayscale: #D9D9D9. Windows color (decimal): -1455362 or 16698089. OLE color: 16698089.

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

Color convert

RGB 233 202 254 -
CMYK 0.08 0.20 0 0.00
HSL 275.77º 0.96% 0.89% -
HSV(B) 275.77º 0.2% 1% -
XYZ 72.61 66.72 102.82 -
YUV 217.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 233 202 254 0.08 0.20 0 0.00 275.77 0.96 0.89
Hex E9 CA FE 8 14 0 0 114 60 59
Octal 351 312 376 10 24 0 0 424 140 131
Binary 11101001 11001010 11111110 1000 10100 0 0 100010100 1100000 1011001

Color Harmonies of #E9CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CAFE

Black with #E9CAFE

Text Example


Text Example

White with #E9CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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