Html Css Color HEX #E0C7F0 Blue Chalk

📋 copy color: '#E0C7F0'

red 224 ◦ green 199 ◦ blue 240

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

Shades of Blue Chalk #E0C7F0

Tints of Blue Chalk #E0C7F0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.02%

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

R = 33.79%
G = 30.02%
B = 36.2%

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

#E0C7F0 (or 0xE0C7F0) is known color: Blue Chalk. HEX triplet: E0, C7 and F0. RGB value is (224,199,240). Sum of RGB (Red+Green+Blue) = 224+199+240=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0C7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7F0 is #1F380F. Grayscale: #D3D3D3. Windows color (decimal): -2045968 or 15779808. OLE color: 15779808.

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

Color convert

RGB 224 199 240 -
CMYK 0.07 0.17 0 0.06
HSL 276.59º 0.58% 0.86% -
HSV(B) 276.59º 0.17% 0.94% -
XYZ 66.89 62.99 91.07 -
YUV 211.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 224 199 240 0.07 0.17 0 0.06 276.59 0.58 0.86
Hex E0 C7 F0 7 11 0 6 115 3A 56
Octal 340 307 360 7 21 0 6 425 72 126
Binary 11100000 11000111 11110000 111 10001 0 110 100010101 111010 1010110

Color Harmonies of #E0C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C7F0

Black with #E0C7F0

Text Example


Text Example

White with #E0C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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