Html Css Color HEX #E0C8F0 Blue Chalk

📋 copy color: '#E0C8F0'

red 224 ◦ green 200 ◦ blue 240

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

Shades of Blue Chalk #E0C8F0

Tints of Blue Chalk #E0C8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 33.73%
G = 30.12%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0C8F0 (or 0xE0C8F0) is known color: Blue Chalk. HEX triplet: E0, C8 and F0. RGB value is (224,200,240). Sum of RGB (Red+Green+Blue) = 224+200+240=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0C8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8F0 is #1F370F. Grayscale: #D3D3D3. Windows color (decimal): -2045712 or 15780064. OLE color: 15780064.

HSL color Cylindrical-coordinate representation of color #E0C8F0: hue angle of 276º degrees, saturation: 0.57, 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 #E0C8F0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 200 240 -
CMYK 0.07 0.17 0 0.06
HSL 276º 0.57% 0.86% -
HSV(B) 276º 0.17% 0.94% -
XYZ 67.12 63.45 91.15 -
YUV 211.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 224 200 240 0.07 0.17 0 0.06 276 0.57 0.86
Hex E0 C8 F0 7 11 0 6 114 39 56
Octal 340 310 360 7 21 0 6 424 71 126
Binary 11100000 11001000 11110000 111 10001 0 110 100010100 111001 1010110

Color Harmonies of #E0C8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C8F0

Black with #E0C8F0

Text Example


Text Example

White with #E0C8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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