#E0CDF0

Color #E0CDF0 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E0CDF0

Tints of Blue Chalk #E0CDF0

Color information

#E0CDF0 (or 0xE0CDF0) is unknown color: approx Blue Chalk. HEX triplet: E0, CD and F0. RGB value is (224,205,240). Sum of RGB (Red+Green+Blue) = 224+205+240=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDF0 is #1F320F. Grayscale: #D6D6D6. Windows color (decimal): -2044432 or 15781344. OLE color: 15781344.

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

Color convert

RGB224205240-
CMYK0.070.1500.06
HSL272.57º53.85%87.25%-
HSV(B)272.57º14.58%94.12%-
XYZ68.365.891.54-
YUV214.67142.29134.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=33.48%
G=30.64%
B=35.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242052400.070.1500.06272.5753.8587.25
HexE0CDF07F061113657
Octal3403153607170642166127
Binary111000001100110111110000111111101101000100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDF0; }

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

 H1.HeaderClassName
 {
   color: #E0CDF0;
 }
 .AnyTagClassName
 {
   color: #E0CDF0;
 }
</style>
background-color css

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

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

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

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

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

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