#E9CDFD

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

Shades of Blue Chalk #E9CDFD

Tints of Blue Chalk #E9CDFD

Color information

#E9CDFD (or 0xE9CDFD) is unknown color: approx Blue Chalk. HEX triplet: E9, CD and FD. RGB value is (233,205,253). Sum of RGB (Red+Green+Blue) = 233+205+253=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFD is #163202. Grayscale: #DADADA. Windows color (decimal): -1454595 or 16633321. OLE color: 16633321.

HSL color Cylindrical-coordinate representation of color #E9CDFD: hue angle of 275º 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 #E9CDFD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233205253-
CMYK0.080.1900.01
HSL275º92.31%89.8%-
HSV(B)275º18.97%99.22%-
XYZ73.1768.08102.21-
YUV218.84147.28138.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=33.72%
G=29.67%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332052530.080.1900.0127592.3189.8
HexE9CDFD813011135c5a
Octal351315375102301423134132
Binary1110100111001101111111011000100110110001001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDFD; }

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

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

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

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

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

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

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

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