#E7CDEE

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

Shades of Blue Chalk #E7CDEE

Tints of Blue Chalk #E7CDEE

Color information

#E7CDEE (or 0xE7CDEE) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and EE. RGB value is (231,205,238). Sum of RGB (Red+Green+Blue) = 231+205+238=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEE is #183211. Grayscale: #D8D8D8. Windows color (decimal): -1585682 or 15650279. OLE color: 15650279.

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

Color convert

RGB231205238-
CMYK0.030.1400.07
HSL287.27º49.25%86.86%-
HSV(B)287.27º13.87%93.33%-
XYZ70.2266.8290.09-
YUV216.54140.11138.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=34.27%
G=30.42%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312052380.030.1400.07287.2749.2586.86
HexE7CDEE3E0711f3157
Octal3473153563160743761127
Binary11100111110011011110111011111001111000111111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDEE; }

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

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

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

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

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

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

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

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