Html Css Color HEX #E5CEEF Blue Chalk

📋 copy color: '#E5CEEF'

red 229 ◦ green 206 ◦ blue 239

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

Shades of Blue Chalk #E5CEEF

Tints of Blue Chalk #E5CEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 33.98%
G = 30.56%
B = 35.46%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5CEEF (or 0xE5CEEF) is known color: Blue Chalk. HEX triplet: E5, CE and EF. RGB value is (229,206,239). Sum of RGB (Red+Green+Blue) = 229+206+239=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEF is #1A3110. Grayscale: #D8D8D8. Windows color (decimal): -1716497 or 15716069. OLE color: 15716069.

HSL color Cylindrical-coordinate representation of color #E5CEEF: hue angle of 281.82º degrees, saturation: 0.51, 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 #E5CEEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 206 239 -
CMYK 0.04 0.14 0 0.06
HSL 281.82º 0.51% 0.87% -
HSV(B) 281.82º 0.14% 0.94% -
XYZ 69.96 67.03 90.91 -
YUV 216.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 229 206 239 0.04 0.14 0 0.06 281.82 0.51 0.87
Hex E5 CE EF 4 E 0 6 11A 33 57
Octal 345 316 357 4 16 0 6 432 63 127
Binary 11100101 11001110 11101111 100 1110 0 110 100011010 110011 1010111

Color Harmonies of #E5CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEEF

Black with #E5CEEF

Text Example


Text Example

White with #E5CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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