#E7CDF2

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

Shades of Blue Chalk #E7CDF2

Tints of Blue Chalk #E7CDF2

Color information

#E7CDF2 (or 0xE7CDF2) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and F2. RGB value is (231,205,242). Sum of RGB (Red+Green+Blue) = 231+205+242=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDF2 is #18320D. Grayscale: #D8D8D8. Windows color (decimal): -1585678 or 15912423. OLE color: 15912423.

HSL color Cylindrical-coordinate representation of color #E7CDF2: hue angle of 282.16º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7CDF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231205242-
CMYK0.050.1500.05
HSL282.16º58.73%87.65%-
HSV(B)282.16º15.29%94.9%-
XYZ70.8167.0693.22-
YUV216.99142.11137.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=34.07%
G=30.24%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312052420.050.1500.05282.1658.7387.65
HexE7CDF25F0511a3b58
Octal3473153625170543273130
Binary111001111100110111110010101111101011000110101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDF2; }

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

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

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

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

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

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

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

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