#E2CDEF

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

Shades of Blue Chalk #E2CDEF

Tints of Blue Chalk #E2CDEF

Color information

#E2CDEF (or 0xE2CDEF) is unknown color: approx Blue Chalk. HEX triplet: E2, CD and EF. RGB value is (226,205,239). Sum of RGB (Red+Green+Blue) = 226+205+239=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDEF is #1D3210. Grayscale: #D7D7D7. Windows color (decimal): -1913361 or 15715810. OLE color: 15715810.

HSL color Cylindrical-coordinate representation of color #E2CDEF: hue angle of 277.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CDEF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226205239-
CMYK0.050.1400.06
HSL277.06º51.52%87.06%-
HSV(B)277.06º14.23%93.73%-
XYZ68.7866.0690.79-
YUV215.16141.46135.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=33.73%
G=30.60%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262052390.050.1400.06277.0651.5287.06
HexE2CDEF5E061153457
Octal3423153575160642564127
Binary111000101100110111101111101111001101000101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDEF; }

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

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

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

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

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

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

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

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