#E3CDEE

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

Shades of Blue Chalk #E3CDEE

Tints of Blue Chalk #E3CDEE

Color information

#E3CDEE (or 0xE3CDEE) is unknown color: approx Blue Chalk. HEX triplet: E3, CD and EE. RGB value is (227,205,238). Sum of RGB (Red+Green+Blue) = 227+205+238=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDEE is #1C3211. Grayscale: #D7D7D7. Windows color (decimal): -1847826 or 15650275. OLE color: 15650275.

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

Color convert

RGB227205238-
CMYK0.050.1400.07
HSL280º49.25%86.86%-
HSV(B)280º13.87%93.33%-
XYZ68.9466.1790.03-
YUV215.34140.79136.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=33.88%
G=30.60%
B=35.52%

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
Decimal2272052380.050.1400.0728049.2586.86
HexE3CDEE5E071183157
Octal3433153565160743061127
Binary111000111100110111101110101111001111000110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDEE; }

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

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

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

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

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

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

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

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