Html Css Color HEX #E5CEF9 Blue Chalk

📋 copy color: '#E5CEF9'

red 229 ◦ green 206 ◦ blue 249

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

Shades of Blue Chalk #E5CEF9

Tints of Blue Chalk #E5CEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 33.48%
G = 30.12%
B = 36.4%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CEF9 (or 0xE5CEF9) is known color: Blue Chalk. HEX triplet: E5, CE and F9. RGB value is (229,206,249). Sum of RGB (Red+Green+Blue) = 229+206+249=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF9 is #1A3106. Grayscale: #D9D9D9. Windows color (decimal): -1716487 or 16371429. OLE color: 16371429.

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

Color convert

RGB 229 206 249 -
CMYK 0.08 0.17 0 0.02
HSL 272.09º 0.78% 0.89% -
HSV(B) 272.09º 0.17% 0.98% -
XYZ 71.48 67.64 98.91 -
YUV 217.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 229 206 249 0.08 0.17 0 0.02 272.09 0.78 0.89
Hex E5 CE F9 8 11 0 2 110 4E 59
Octal 345 316 371 10 21 0 2 420 116 131
Binary 11100101 11001110 11111001 1000 10001 0 10 100010000 1001110 1011001

Color Harmonies of #E5CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEF9

Black with #E5CEF9

Text Example


Text Example

White with #E5CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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