Html Css Color HEX #E2CEF2 Blue Chalk

📋 copy color: '#E2CEF2'

red 226 ◦ green 206 ◦ blue 242

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

Shades of Blue Chalk #E2CEF2

Tints of Blue Chalk #E2CEF2

RGB

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

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

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

R = 33.53%
G = 30.56%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2CEF2 (or 0xE2CEF2) is known color: Blue Chalk. HEX triplet: E2, CE and F2. RGB value is (226,206,242). Sum of RGB (Red+Green+Blue) = 226+206+242=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF2 is #1D310D. Grayscale: #D7D7D7. Windows color (decimal): -1913102 or 15912674. OLE color: 15912674.

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

Color convert

RGB 226 206 242 -
CMYK 0.07 0.15 0 0.05
HSL 273.33º 0.58% 0.88% -
HSV(B) 273.33º 0.15% 0.95% -
XYZ 69.46 66.72 93.22 -
YUV 216.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 226 206 242 0.07 0.15 0 0.05 273.33 0.58 0.88
Hex E2 CE F2 7 F 0 5 111 3A 58
Octal 342 316 362 7 17 0 5 421 72 130
Binary 11100010 11001110 11110010 111 1111 0 101 100010001 111010 1011000

Color Harmonies of #E2CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEF2

Black with #E2CEF2

Text Example


Text Example

White with #E2CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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