#E8CDEE

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

Shades of Blue Chalk #E8CDEE

Tints of Blue Chalk #E8CDEE

Color information

#E8CDEE (or 0xE8CDEE) is unknown color: approx Blue Chalk. HEX triplet: E8, CD and EE. RGB value is (232,205,238). Sum of RGB (Red+Green+Blue) = 232+205+238=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDEE is #173211. Grayscale: #D8D8D8. Windows color (decimal): -1520146 or 15650280. OLE color: 15650280.

HSL color Cylindrical-coordinate representation of color #E8CDEE: hue angle of 289.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8CDEE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232205238-
CMYK0.030.1400.07
HSL289.09º49.25%86.86%-
HSV(B)289.09º13.87%93.33%-
XYZ70.5466.9990.1-
YUV216.83139.95138.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=34.37%
G=30.37%
B=35.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322052380.030.1400.07289.0949.2586.86
HexE8CDEE3E071213157
Octal3503153563160744161127
Binary11101000110011011110111011111001111001000011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDEE; }

 p { color: rgb(232,205,238); }

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

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

 a { background-color: rgb(232,205,238); }

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

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

 span { border-color: rgb(232,205,238); }

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