#E3CDF0

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

Shades of Blue Chalk #E3CDF0

Tints of Blue Chalk #E3CDF0

Color information

#E3CDF0 (or 0xE3CDF0) is unknown color: approx Blue Chalk. HEX triplet: E3, CD and F0. RGB value is (227,205,240). Sum of RGB (Red+Green+Blue) = 227+205+240=672 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.78% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDF0 is #1C320F. Grayscale: #D7D7D7. Windows color (decimal): -1847824 or 15781347. OLE color: 15781347.

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

Color convert

RGB227205240-
CMYK0.050.1500.06
HSL277.71º53.85%87.25%-
HSV(B)277.71º14.58%94.12%-
XYZ69.2466.2891.58-
YUV215.57141.79136.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=33.78%
G=30.51%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272052400.050.1500.06277.7153.8587.25
HexE3CDF05F061163657
Octal3433153605170642666127
Binary111000111100110111110000101111101101000101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDF0; }

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

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

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

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

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

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

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

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