Html Css Color HEX #E4CEFA Blue Chalk

📋 copy color: '#E4CEFA'

red 228 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #E4CEFA

Tints of Blue Chalk #E4CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 33.33%
G = 30.12%
B = 36.55%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4CEFA (or 0xE4CEFA) is known color: Blue Chalk. HEX triplet: E4, CE and FA. RGB value is (228,206,250). Sum of RGB (Red+Green+Blue) = 228+206+250=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEFA is #1B3105. Grayscale: #D9D9D9. Windows color (decimal): -1782022 or 16436964. OLE color: 16436964.

HSL color Cylindrical-coordinate representation of color #E4CEFA: hue angle of 270º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CEFA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 206 250 -
CMYK 0.09 0.18 0 0.02
HSL 270º 0.81% 0.89% -
HSV(B) 270º 0.18% 0.98% -
XYZ 71.32 67.54 99.72 -
YUV 217.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 228 206 250 0.09 0.18 0 0.02 270 0.81 0.89
Hex E4 CE FA 9 12 0 2 10E 51 59
Octal 344 316 372 11 22 0 2 416 121 131
Binary 11100100 11001110 11111010 1001 10010 0 10 100001110 1010001 1011001

Color Harmonies of #E4CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CEFA

Black with #E4CEFA

Text Example


Text Example

White with #E4CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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