Html Css Color HEX #E0CCF0 Blue Chalk

📋 copy color: '#E0CCF0'

red 224 ◦ green 204 ◦ blue 240

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

Shades of Blue Chalk #E0CCF0

Tints of Blue Chalk #E0CCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.54%

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

R = 33.53%
G = 30.54%
B = 35.93%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0CCF0 (or 0xE0CCF0) is known color: Blue Chalk. HEX triplet: E0, CC and F0. RGB value is (224,204,240). Sum of RGB (Red+Green+Blue) = 224+204+240=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF0 is #1F330F. Grayscale: #D5D5D5. Windows color (decimal): -2044688 or 15781088. OLE color: 15781088.

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

Color convert

RGB 224 204 240 -
CMYK 0.07 0.15 0 0.06
HSL 273.33º 0.55% 0.87% -
HSV(B) 273.33º 0.15% 0.94% -
XYZ 68.06 65.32 91.46 -
YUV 214.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 224 204 240 0.07 0.15 0 0.06 273.33 0.55 0.87
Hex E0 CC F0 7 F 0 6 111 37 57
Octal 340 314 360 7 17 0 6 421 67 127
Binary 11100000 11001100 11110000 111 1111 0 110 100010001 110111 1010111

Color Harmonies of #E0CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCF0

Black with #E0CCF0

Text Example


Text Example

White with #E0CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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