#E2CDE8

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

Shades of Blue Chalk #E2CDE8

Tints of Blue Chalk #E2CDE8

Color information

#E2CDE8 (or 0xE2CDE8) is unknown color: approx Blue Chalk. HEX triplet: E2, CD and E8. RGB value is (226,205,232). Sum of RGB (Red+Green+Blue) = 226+205+232=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDE8 is #1D3217. Grayscale: #D6D6D6. Windows color (decimal): -1913368 or 15257058. OLE color: 15257058.

HSL color Cylindrical-coordinate representation of color #E2CDE8: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CDE8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226205232-
CMYK0.030.1200.09
HSL286.67º36.99%85.69%-
HSV(B)286.67º11.64%90.98%-
XYZ67.7665.6685.45-
YUV214.36137.96136.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=34.09%
G=30.92%
B=34.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262052320.030.1200.09286.6736.9985.69
HexE2CDE83C0911f2556
Octal34231535031401143745126
Binary111000101100110111101000111100010011000111111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDE8; }

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

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

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

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

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

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

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

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