Html Css Color HEX #E5CAF3 Blue Chalk

📋 copy color: '#E5CAF3'

red 229 ◦ green 202 ◦ blue 243

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

Shades of Blue Chalk #E5CAF3

Tints of Blue Chalk #E5CAF3

RGB

 RED value IS 229 (89.84% from 255) = 33.98%

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

 BLUE value IS 243 (95.31% from 255) = 36.05%

R = 33.98%
G = 29.97%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5CAF3 (or 0xE5CAF3) is known color: Blue Chalk. HEX triplet: E5, CA and F3. RGB value is (229,202,243). Sum of RGB (Red+Green+Blue) = 229+202+243=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAF3 is #1A350C. Grayscale: #D6D6D6. Windows color (decimal): -1717517 or 15977189. OLE color: 15977189.

HSL color Cylindrical-coordinate representation of color #E5CAF3: hue angle of 279.51º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CAF3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 202 243 -
CMYK 0.06 0.17 0 0.05
HSL 279.51º 0.63% 0.87% -
HSV(B) 279.51º 0.17% 0.95% -
XYZ 69.61 65.37 93.74 -
YUV 214.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 229 202 243 0.06 0.17 0 0.05 279.51 0.63 0.87
Hex E5 CA F3 6 11 0 5 118 3F 57
Octal 345 312 363 6 21 0 5 430 77 127
Binary 11100101 11001010 11110011 110 10001 0 101 100011000 111111 1010111

Color Harmonies of #E5CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAF3

Black with #E5CAF3

Text Example


Text Example

White with #E5CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAF3; }

 p { color: rgb(229,202,243); }

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

background-color css

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

 a { background-color: rgb(229,202,243); }

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

border-color css

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

 span { border-color: rgb(229,202,243); }

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