Html Css Color HEX #E2CEF1 Blue Chalk

📋 copy color: '#E2CEF1'

red 226 ◦ green 206 ◦ blue 241

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

Shades of Blue Chalk #E2CEF1

Tints of Blue Chalk #E2CEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 33.58%
G = 30.61%
B = 35.81%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2CEF1 (or 0xE2CEF1) is known color: Blue Chalk. HEX triplet: E2, CE and F1. RGB value is (226,206,241). Sum of RGB (Red+Green+Blue) = 226+206+241=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF1 is #1D310E. Grayscale: #D7D7D7. Windows color (decimal): -1913103 or 15847138. OLE color: 15847138.

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

Color convert

RGB 226 206 241 -
CMYK 0.06 0.15 0 0.05
HSL 274.29º 0.56% 0.88% -
HSV(B) 274.29º 0.15% 0.95% -
XYZ 69.31 66.66 92.43 -
YUV 215.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 226 206 241 0.06 0.15 0 0.05 274.29 0.56 0.88
Hex E2 CE F1 6 F 0 5 112 38 58
Octal 342 316 361 6 17 0 5 422 70 130
Binary 11100010 11001110 11110001 110 1111 0 101 100010010 111000 1011000

Color Harmonies of #E2CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEF1

Black with #E2CEF1

Text Example


Text Example

White with #E2CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEF1; }

 p { color: rgb(226,206,241); }

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

background-color css

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

 a { background-color: rgb(226,206,241); }

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

border-color css

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

 span { border-color: rgb(226,206,241); }

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