Html Css Color HEX #E5CEF2 Blue Chalk

📋 copy color: '#E5CEF2'

red 229 ◦ green 206 ◦ blue 242

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

Shades of Blue Chalk #E5CEF2

Tints of Blue Chalk #E5CEF2

RGB

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

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

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

R = 33.83%
G = 30.43%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5CEF2 (or 0xE5CEF2) is known color: Blue Chalk. HEX triplet: E5, CE and F2. RGB value is (229,206,242). Sum of RGB (Red+Green+Blue) = 229+206+242=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF2 is #1A310D. Grayscale: #D8D8D8. Windows color (decimal): -1716494 or 15912677. OLE color: 15912677.

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

Color convert

RGB 229 206 242 -
CMYK 0.05 0.15 0 0.05
HSL 278.33º 0.58% 0.88% -
HSV(B) 278.33º 0.15% 0.95% -
XYZ 70.41 67.21 93.27 -
YUV 216.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 229 206 242 0.05 0.15 0 0.05 278.33 0.58 0.88
Hex E5 CE F2 5 F 0 5 116 3A 58
Octal 345 316 362 5 17 0 5 426 72 130
Binary 11100101 11001110 11110010 101 1111 0 101 100010110 111010 1011000

Color Harmonies of #E5CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEF2

Black with #E5CEF2

Text Example


Text Example

White with #E5CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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