Html Css Color HEX #E5CEFC Blue Chalk

📋 copy color: '#E5CEFC'

red 229 ◦ green 206 ◦ blue 252

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

Shades of Blue Chalk #E5CEFC

Tints of Blue Chalk #E5CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 33.33%
G = 29.99%
B = 36.68%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5CEFC (or 0xE5CEFC) is known color: Blue Chalk. HEX triplet: E5, CE and FC. RGB value is (229,206,252). Sum of RGB (Red+Green+Blue) = 229+206+252=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFC is #1A3103. Grayscale: #D9D9D9. Windows color (decimal): -1716484 or 16568037. OLE color: 16568037.

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

Color convert

RGB 229 206 252 -
CMYK 0.09 0.18 0 0.01
HSL 270º 0.88% 0.9% -
HSV(B) 270º 0.18% 0.99% -
XYZ 71.96 67.83 101.4 -
YUV 218.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 229 206 252 0.09 0.18 0 0.01 270 0.88 0.9
Hex E5 CE FC 9 12 0 1 10E 58 5A
Octal 345 316 374 11 22 0 1 416 130 132
Binary 11100101 11001110 11111100 1001 10010 0 1 100001110 1011000 1011010

Color Harmonies of #E5CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEFC

Black with #E5CEFC

Text Example


Text Example

White with #E5CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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