#E9CDFB

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

Shades of Blue Chalk #E9CDFB

Tints of Blue Chalk #E9CDFB

Color information

#E9CDFB (or 0xE9CDFB) is unknown color: approx Blue Chalk. HEX triplet: E9, CD and FB. RGB value is (233,205,251). Sum of RGB (Red+Green+Blue) = 233+205+251=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFB is #163204. Grayscale: #DADADA. Windows color (decimal): -1454597 or 16502249. OLE color: 16502249.

HSL color Cylindrical-coordinate representation of color #E9CDFB: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CDFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233205251-
CMYK0.070.1800.02
HSL276.52º85.19%89.41%-
HSV(B)276.52º18.33%98.43%-
XYZ72.8567.95100.54-
YUV218.62146.28138.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=33.82%
G=29.75%
B=36.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332052510.070.1800.02276.5285.1989.41
HexE9CDFB712021155559
Octal35131537372202425125131
Binary1110100111001101111110111111001001010001010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDFB; }

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

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

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

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

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

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

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

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