Html Css Color HEX #E0C8EF Blue Chalk

📋 copy color: '#E0C8EF'

red 224 ◦ green 200 ◦ blue 239

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

Shades of Blue Chalk #E0C8EF

Tints of Blue Chalk #E0C8EF

RGB

 RED value IS 224 (87.89% from 255) = 33.79%

 GREEN value IS 200 (78.52% from 255) = 30.17%

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

R = 33.79%
G = 30.17%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0C8EF (or 0xE0C8EF) is known color: Blue Chalk. HEX triplet: E0, C8 and EF. RGB value is (224,200,239). Sum of RGB (Red+Green+Blue) = 224+200+239=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8EF is #1F3710. Grayscale: #D3D3D3. Windows color (decimal): -2045713 or 15714528. OLE color: 15714528.

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

Color convert

RGB 224 200 239 -
CMYK 0.06 0.16 0 0.06
HSL 276.92º 0.55% 0.86% -
HSV(B) 276.92º 0.16% 0.94% -
XYZ 66.97 63.39 90.37 -
YUV 211.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 224 200 239 0.06 0.16 0 0.06 276.92 0.55 0.86
Hex E0 C8 EF 6 10 0 6 115 37 56
Octal 340 310 357 6 20 0 6 425 67 126
Binary 11100000 11001000 11101111 110 10000 0 110 100010101 110111 1010110

Color Harmonies of #E0C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C8EF

Black with #E0C8EF

Text Example


Text Example

White with #E0C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C8EF; }

 p { color: rgb(224,200,239); }

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

background-color css

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

 a { background-color: rgb(224,200,239); }

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

border-color css

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

 span { border-color: rgb(224,200,239); }

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