Html Css Color HEX #E2CAF0 Blue Chalk

📋 copy color: '#E2CAF0'

red 226 ◦ green 202 ◦ blue 240

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

Shades of Blue Chalk #E2CAF0

Tints of Blue Chalk #E2CAF0

RGB

 RED value IS 226 (88.67% from 255) = 33.83%

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

 BLUE value IS 240 (94.14% from 255) = 35.93%

R = 33.83%
G = 30.24%
B = 35.93%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2CAF0 (or 0xE2CAF0) is known color: Blue Chalk. HEX triplet: E2, CA and F0. RGB value is (226,202,240). Sum of RGB (Red+Green+Blue) = 226+202+240=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAF0 is #1D350F. Grayscale: #D5D5D5. Windows color (decimal): -1914128 or 15780578. OLE color: 15780578.

HSL color Cylindrical-coordinate representation of color #E2CAF0: hue angle of 277.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CAF0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 202 240 -
CMYK 0.06 0.16 0 0.06
HSL 277.89º 0.56% 0.87% -
HSV(B) 277.89º 0.16% 0.94% -
XYZ 68.21 64.7 91.33 -
YUV 213.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 226 202 240 0.06 0.16 0 0.06 277.89 0.56 0.87
Hex E2 CA F0 6 10 0 6 116 38 57
Octal 342 312 360 6 20 0 6 426 70 127
Binary 11100010 11001010 11110000 110 10000 0 110 100010110 111000 1010111

Color Harmonies of #E2CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CAF0

Black with #E2CAF0

Text Example


Text Example

White with #E2CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CAF0; }

 p { color: rgb(226,202,240); }

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

background-color css

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

 a { background-color: rgb(226,202,240); }

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

border-color css

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

 span { border-color: rgb(226,202,240); }

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