#E0CDE6

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

Shades of Blue Chalk #E0CDE6

Tints of Blue Chalk #E0CDE6

Color information

#E0CDE6 (or 0xE0CDE6) is unknown color: approx Blue Chalk. HEX triplet: E0, CD and E6. RGB value is (224,205,230). Sum of RGB (Red+Green+Blue) = 224+205+230=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDE6 is #1F3219. Grayscale: #D5D5D5. Windows color (decimal): -2044442 or 15125984. OLE color: 15125984.

HSL color Cylindrical-coordinate representation of color #E0CDE6: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CDE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224205230-
CMYK0.030.1100.10
HSL285.6º33.33%85.29%-
HSV(B)285.6º10.87%90.2%-
XYZ66.8565.2283.93-
YUV213.53137.29135.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=33.99%
G=31.11%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242052300.030.1100.10285.633.3385.29
HexE0CDE63B0A11e2155
Octal34031534631301243641125
Binary111000001100110111100110111011010101000111101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDE6; }

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

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

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

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

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

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

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

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