#E8CDFB

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

Shades of Blue Chalk #E8CDFB

Tints of Blue Chalk #E8CDFB

Color information

#E8CDFB (or 0xE8CDFB) is unknown color: approx Blue Chalk. HEX triplet: E8, CD and FB. RGB value is (232,205,251). Sum of RGB (Red+Green+Blue) = 232+205+251=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDFB is #173204. Grayscale: #DADADA. Windows color (decimal): -1520133 or 16502248. OLE color: 16502248.

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

Color convert

RGB232205251-
CMYK0.080.1800.02
HSL275.22º85.19%89.41%-
HSV(B)275.22º18.33%98.43%-
XYZ72.5267.78100.53-
YUV218.32146.45137.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.72%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=33.72%
G=29.80%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322052510.080.1800.02275.2285.1989.41
HexE8CDFB812021135559
Octal350315373102202423125131
Binary11101000110011011111101110001001001010001001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDFB; }

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

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

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

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

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

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

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

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