#E5CFF3

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

Shades of Blue Chalk #E5CFF3

Tints of Blue Chalk #E5CFF3

Color information

#E5CFF3 (or 0xE5CFF3) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and F3. RGB value is (229,207,243). Sum of RGB (Red+Green+Blue) = 229+207+243=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF3 is #1A300C. Grayscale: #D9D9D9. Windows color (decimal): -1716237 or 15978469. OLE color: 15978469.

HSL color Cylindrical-coordinate representation of color #E5CFF3: hue angle of 276.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CFF3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229207243-
CMYK0.060.1500.05
HSL276.67º60%88.24%-
HSV(B)276.67º14.81%95.29%-
XYZ70.867.7594.14-
YUV217.68142.29136.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.73%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=33.73%
G=30.49%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292072430.060.1500.05276.676088.24
HexE5CFF36F051153c58
Octal3453173636170542574130
Binary111001011100111111110011110111101011000101011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFF3; }

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

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

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

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

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

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

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

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