Html Css Color HEX #E5CEFA Blue Chalk

📋 copy color: '#E5CEFA'

red 229 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #E5CEFA

Tints of Blue Chalk #E5CEFA

RGB

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

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

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

R = 33.43%
G = 30.07%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CEFA (or 0xE5CEFA) is known color: Blue Chalk. HEX triplet: E5, CE and FA. RGB value is (229,206,250). Sum of RGB (Red+Green+Blue) = 229+206+250=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFA is #1A3105. Grayscale: #D9D9D9. Windows color (decimal): -1716486 or 16436965. OLE color: 16436965.

HSL color Cylindrical-coordinate representation of color #E5CEFA: hue angle of 271.36º 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 #E5CEFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 206 250 -
CMYK 0.08 0.18 0 0.02
HSL 271.36º 0.81% 0.89% -
HSV(B) 271.36º 0.18% 0.98% -
XYZ 71.64 67.7 99.73 -
YUV 217.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 229 206 250 0.08 0.18 0 0.02 271.36 0.81 0.89
Hex E5 CE FA 8 12 0 2 10F 51 59
Octal 345 316 372 10 22 0 2 417 121 131
Binary 11100101 11001110 11111010 1000 10010 0 10 100001111 1010001 1011001

Color Harmonies of #E5CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEFA

Black with #E5CEFA

Text Example


Text Example

White with #E5CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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