#E5CFFD

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

Shades of Blue Chalk #E5CFFD

Tints of Blue Chalk #E5CFFD

Color information

#E5CFFD (or 0xE5CFFD) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and FD. RGB value is (229,207,253). Sum of RGB (Red+Green+Blue) = 229+207+253=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 207 (81.25% from 255 or 30.04% 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 #E5CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFD is #1A3002. Grayscale: #DADADA. Windows color (decimal): -1716227 or 16633829. OLE color: 16633829.

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

Color convert

RGB229207253-
CMYK0.090.1800.01
HSL268.7º92%90.2%-
HSV(B)268.7º18.18%99.22%-
XYZ72.3668.38102.31-
YUV218.82147.29135.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.24%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=33.24%
G=30.04%
B=36.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292072530.090.1800.01268.79290.2
HexE5CFFD9120110d5c5a
Octal345317375112201415134132
Binary1110010111001111111111011001100100110000110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFFD; }

 p { color: rgb(229,207,253); }

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

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

 a { background-color: rgb(229,207,253); }

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

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

 span { border-color: rgb(229,207,253); }

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