Html Css Color HEX #E2C9F2 Blue Chalk

📋 copy color: '#E2C9F2'

red 226 ◦ green 201 ◦ blue 242

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

Shades of Blue Chalk #E2C9F2

Tints of Blue Chalk #E2C9F2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.04%

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 33.78%
G = 30.04%
B = 36.17%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2C9F2 (or 0xE2C9F2) is known color: Blue Chalk. HEX triplet: E2, C9 and F2. RGB value is (226,201,242). Sum of RGB (Red+Green+Blue) = 226+201+242=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2C9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9F2 is #1D360D. Grayscale: #D5D5D5. Windows color (decimal): -1914382 or 15911394. OLE color: 15911394.

HSL color Cylindrical-coordinate representation of color #E2C9F2: hue angle of 276.59º degrees, saturation: 0.61, 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 #E2C9F2 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 201 242 -
CMYK 0.07 0.17 0 0.05
HSL 276.59º 0.61% 0.87% -
HSV(B) 276.59º 0.17% 0.95% -
XYZ 68.28 64.35 92.83 -
YUV 213.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 226 201 242 0.07 0.17 0 0.05 276.59 0.61 0.87
Hex E2 C9 F2 7 11 0 5 115 3D 57
Octal 342 311 362 7 21 0 5 425 75 127
Binary 11100010 11001001 11110010 111 10001 0 101 100010101 111101 1010111

Color Harmonies of #E2C9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C9F2

Black with #E2C9F2

Text Example


Text Example

White with #E2C9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C9F2; }

 p { color: rgb(226,201,242); }

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

background-color css

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

 a { background-color: rgb(226,201,242); }

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

border-color css

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

 span { border-color: rgb(226,201,242); }

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