Html Css Color HEX #E4CEF0 Blue Chalk

📋 copy color: '#E4CEF0'

red 228 ◦ green 206 ◦ blue 240

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

Shades of Blue Chalk #E4CEF0

Tints of Blue Chalk #E4CEF0

RGB

 RED value IS 228 (89.45% from 255) = 33.83%

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

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 33.83%
G = 30.56%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E4CEF0 (or 0xE4CEF0) is known color: Blue Chalk. HEX triplet: E4, CE and F0. RGB value is (228,206,240). Sum of RGB (Red+Green+Blue) = 228+206+240=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEF0 is #1B310F. Grayscale: #D8D8D8. Windows color (decimal): -1782032 or 15781604. OLE color: 15781604.

HSL color Cylindrical-coordinate representation of color #E4CEF0: hue angle of 278.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4CEF0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 206 240 -
CMYK 0.05 0.14 0 0.06
HSL 278.82º 0.53% 0.87% -
HSV(B) 278.82º 0.14% 0.94% -
XYZ 69.79 66.93 91.68 -
YUV 216.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 228 206 240 0.05 0.14 0 0.06 278.82 0.53 0.87
Hex E4 CE F0 5 E 0 6 117 35 57
Octal 344 316 360 5 16 0 6 427 65 127
Binary 11100100 11001110 11110000 101 1110 0 110 100010111 110101 1010111

Color Harmonies of #E4CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CEF0

Black with #E4CEF0

Text Example


Text Example

White with #E4CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CEF0; }

 p { color: rgb(228,206,240); }

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

background-color css

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

 a { background-color: rgb(228,206,240); }

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

border-color css

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

 span { border-color: rgb(228,206,240); }

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