Html Css Color HEX #E5C6EF Blue Chalk

📋 copy color: '#E5C6EF'

red 229 ◦ green 198 ◦ blue 239

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

Shades of Blue Chalk #E5C6EF

Tints of Blue Chalk #E5C6EF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.73%

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

R = 34.38%
G = 29.73%
B = 35.89%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5C6EF (or 0xE5C6EF) is known color: Blue Chalk. HEX triplet: E5, C6 and EF. RGB value is (229,198,239). Sum of RGB (Red+Green+Blue) = 229+198+239=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6EF is #1A3910. Grayscale: #D3D3D3. Windows color (decimal): -1718545 or 15714021. OLE color: 15714021.

HSL color Cylindrical-coordinate representation of color #E5C6EF: hue angle of 285.37º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C6EF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 198 239 -
CMYK 0.04 0.17 0 0.06
HSL 285.37º 0.56% 0.86% -
HSV(B) 285.37º 0.17% 0.94% -
XYZ 68.09 63.28 90.29 -
YUV 211.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 229 198 239 0.04 0.17 0 0.06 285.37 0.56 0.86
Hex E5 C6 EF 4 11 0 6 11D 38 56
Octal 345 306 357 4 21 0 6 435 70 126
Binary 11100101 11000110 11101111 100 10001 0 110 100011101 111000 1010110

Color Harmonies of #E5C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6EF

Black with #E5C6EF

Text Example


Text Example

White with #E5C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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