Html Css Color HEX #E0CCF1 Blue Chalk

📋 copy color: '#E0CCF1'

red 224 ◦ green 204 ◦ blue 241

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

Shades of Blue Chalk #E0CCF1

Tints of Blue Chalk #E0CCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.02%

R = 33.48%
G = 30.49%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0CCF1 (or 0xE0CCF1) is known color: Blue Chalk. HEX triplet: E0, CC and F1. RGB value is (224,204,241). Sum of RGB (Red+Green+Blue) = 224+204+241=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF1 is #1F330E. Grayscale: #D6D6D6. Windows color (decimal): -2044687 or 15846624. OLE color: 15846624.

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

Color convert

RGB 224 204 241 -
CMYK 0.07 0.15 0 0.05
HSL 272.43º 0.57% 0.87% -
HSV(B) 272.43º 0.15% 0.95% -
XYZ 68.21 65.38 92.24 -
YUV 214.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 224 204 241 0.07 0.15 0 0.05 272.43 0.57 0.87
Hex E0 CC F1 7 F 0 5 110 39 57
Octal 340 314 361 7 17 0 5 420 71 127
Binary 11100000 11001100 11110001 111 1111 0 101 100010000 111001 1010111

Color Harmonies of #E0CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCF1

Black with #E0CCF1

Text Example


Text Example

White with #E0CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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