Html Css Color HEX #E8CEF2 Blue Chalk

📋 copy color: '#E8CEF2'

red 232 ◦ green 206 ◦ blue 242

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

Shades of Blue Chalk #E8CEF2

Tints of Blue Chalk #E8CEF2

RGB

 RED value IS 232 (91.02% from 255) = 34.12%

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

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

R = 34.12%
G = 30.29%
B = 35.59%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E8CEF2 (or 0xE8CEF2) is known color: Blue Chalk. HEX triplet: E8, CE and F2. RGB value is (232,206,242). Sum of RGB (Red+Green+Blue) = 232+206+242=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF2 is #17310D. Grayscale: #D9D9D9. Windows color (decimal): -1519886 or 15912680. OLE color: 15912680.

HSL color Cylindrical-coordinate representation of color #E8CEF2: hue angle of 283.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 #E8CEF2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 206 242 -
CMYK 0.04 0.15 0 0.05
HSL 283.33º 0.58% 0.88% -
HSV(B) 283.33º 0.15% 0.95% -
XYZ 71.38 67.71 93.31 -
YUV 217.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 232 206 242 0.04 0.15 0 0.05 283.33 0.58 0.88
Hex E8 CE F2 4 F 0 5 11B 3A 58
Octal 350 316 362 4 17 0 5 433 72 130
Binary 11101000 11001110 11110010 100 1111 0 101 100011011 111010 1011000

Color Harmonies of #E8CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CEF2

Black with #E8CEF2

Text Example


Text Example

White with #E8CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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