#E7CDEF

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

Shades of Blue Chalk #E7CDEF

Tints of Blue Chalk #E7CDEF

Color information

#E7CDEF (or 0xE7CDEF) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and EF. RGB value is (231,205,239). Sum of RGB (Red+Green+Blue) = 231+205+239=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEF is #183210. Grayscale: #D8D8D8. Windows color (decimal): -1585681 or 15715815. OLE color: 15715815.

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

Color convert

RGB231205239-
CMYK0.030.1400.06
HSL285.88º51.52%87.06%-
HSV(B)285.88º14.23%93.73%-
XYZ70.3766.8890.86-
YUV216.65140.61138.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.22%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.22%
G=30.37%
B=35.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312052390.030.1400.06285.8851.5287.06
HexE7CDEF3E0611e3457
Octal3473153573160643664127
Binary11100111110011011110111111111001101000111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDEF; }

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

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

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

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

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

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

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

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