#e8cafe

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

Shades of Blue Chalk #E8CAFE

Tints of Blue Chalk #E8CAFE

Color information

#E8CAFE (or 0xE8CAFE) is unknown color: approx Blue Chalk. HEX triplet: E8, CA and FE. RGB value is (232,202,254). Sum of RGB (Red+Green+Blue) = 232+202+254=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFE is #173501. Grayscale: #D8D8D8. Windows color (decimal): -1520898 or 16698088. OLE color: 16698088.

HSL color Cylindrical-coordinate representation of color #E8CAFE: hue angle of 274.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8CAFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232202254-
CMYK0.090.2000.00
HSL274.62º96.3%89.41%-
HSV(B)274.62º20.47%99.61%-
XYZ72.2966.55102.8-
YUV216.9148.94138.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.72%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=33.72%
G=29.36%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322022540.090.2000.00274.6296.389.41
HexE8CAFE914001136059
Octal350312376112400423140131
Binary1110100011001010111111101001101000010001001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8cafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8cafe; }

 p { color: rgb(232,202,254); }

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

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

 a { background-color: rgb(232,202,254); }

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

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

 span { border-color: rgb(232,202,254); }

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