Html Css Color HEX #E5CEF6 Blue Chalk

📋 copy color: '#E5CEF6'

red 229 ◦ green 206 ◦ blue 246

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

Shades of Blue Chalk #E5CEF6

Tints of Blue Chalk #E5CEF6

RGB

 RED value IS 229 (89.84% from 255) = 33.63%

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

 BLUE value IS 246 (96.48% from 255) = 36.12%

R = 33.63%
G = 30.25%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E5CEF6 (or 0xE5CEF6) is known color: Blue Chalk. HEX triplet: E5, CE and F6. RGB value is (229,206,246). Sum of RGB (Red+Green+Blue) = 229+206+246=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF6 is #1A3109. Grayscale: #D9D9D9. Windows color (decimal): -1716490 or 16174821. OLE color: 16174821.

HSL color Cylindrical-coordinate representation of color #E5CEF6: hue angle of 274.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5CEF6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 206 246 -
CMYK 0.07 0.16 0 0.04
HSL 274.5º 0.69% 0.89% -
HSV(B) 274.5º 0.16% 0.96% -
XYZ 71.02 67.45 96.47 -
YUV 217.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 229 206 246 0.07 0.16 0 0.04 274.5 0.69 0.89
Hex E5 CE F6 7 10 0 4 112 45 59
Octal 345 316 366 7 20 0 4 422 105 131
Binary 11100101 11001110 11110110 111 10000 0 100 100010010 1000101 1011001

Color Harmonies of #E5CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEF6

Black with #E5CEF6

Text Example


Text Example

White with #E5CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEF6; }

 p { color: rgb(229,206,246); }

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

background-color css

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

 a { background-color: rgb(229,206,246); }

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

border-color css

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

 span { border-color: rgb(229,206,246); }

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