Html Css Color HEX #E0C8EB Blue Chalk

📋 copy color: '#E0C8EB'

red 224 ◦ green 200 ◦ blue 235

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

Shades of Blue Chalk #E0C8EB

Tints of Blue Chalk #E0C8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 33.99%
G = 30.35%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0C8EB (or 0xE0C8EB) is known color: Blue Chalk. HEX triplet: E0, C8 and EB. RGB value is (224,200,235). Sum of RGB (Red+Green+Blue) = 224+200+235=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8EB is #1F3714. Grayscale: #D3D3D3. Windows color (decimal): -2045717 or 15452384. OLE color: 15452384.

HSL color Cylindrical-coordinate representation of color #E0C8EB: hue angle of 281.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C8EB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 200 235 -
CMYK 0.05 0.15 0 0.08
HSL 281.14º 0.47% 0.85% -
HSV(B) 281.14º 0.15% 0.92% -
XYZ 66.39 63.15 87.29 -
YUV 211.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 224 200 235 0.05 0.15 0 0.08 281.14 0.47 0.85
Hex E0 C8 EB 5 F 0 8 119 2F 55
Octal 340 310 353 5 17 0 10 431 57 125
Binary 11100000 11001000 11101011 101 1111 0 1000 100011001 101111 1010101

Color Harmonies of #E0C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C8EB

Black with #E0C8EB

Text Example


Text Example

White with #E0C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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