#E2CDEE

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

Shades of Blue Chalk #E2CDEE

Tints of Blue Chalk #E2CDEE

Color information

#E2CDEE (or 0xE2CDEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CD and EE. RGB value is (226,205,238). Sum of RGB (Red+Green+Blue) = 226+205+238=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDEE is #1D3211. Grayscale: #D6D6D6. Windows color (decimal): -1913362 or 15650274. OLE color: 15650274.

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

Color convert

RGB226205238-
CMYK0.050.1400.07
HSL278.18º49.25%86.86%-
HSV(B)278.18º13.87%93.33%-
XYZ68.636690.01-
YUV215.04140.96135.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=33.78%
G=30.64%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262052380.050.1400.07278.1849.2586.86
HexE2CDEE5E071163157
Octal3423153565160742661127
Binary111000101100110111101110101111001111000101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDEE; }

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

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

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

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

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

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

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

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