#E7CDFD

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

Shades of Blue Chalk #E7CDFD

Tints of Blue Chalk #E7CDFD

Color information

#E7CDFD (or 0xE7CDFD) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and FD. RGB value is (231,205,253). Sum of RGB (Red+Green+Blue) = 231+205+253=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDFD is #183202. Grayscale: #DADADA. Windows color (decimal): -1585667 or 16633319. OLE color: 16633319.

HSL color Cylindrical-coordinate representation of color #E7CDFD: hue angle of 272.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CDFD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231205253-
CMYK0.090.1900.01
HSL272.5º92.31%89.8%-
HSV(B)272.5º18.97%99.22%-
XYZ72.5267.74102.18-
YUV218.25147.61137.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=33.53%
G=29.75%
B=36.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312052530.090.1900.01272.592.3189.8
HexE7CDFD913011105c5a
Octal347315375112301420134132
Binary1110011111001101111111011001100110110001000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDFD; }

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

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

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

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

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

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

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

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