#E6CAFE

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

Shades of Blue Chalk #E6CAFE

Tints of Blue Chalk #E6CAFE

Color information

#E6CAFE (or 0xE6CAFE) is unknown color: approx Blue Chalk. HEX triplet: E6, CA and FE. RGB value is (230,202,254). Sum of RGB (Red+Green+Blue) = 230+202+254=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFE is #193501. Grayscale: #D8D8D8. Windows color (decimal): -1651970 or 16698086. OLE color: 16698086.

HSL color Cylindrical-coordinate representation of color #E6CAFE: hue angle of 272.31º 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 #E6CAFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230202254-
CMYK0.090.2000.00
HSL272.31º96.3%89.41%-
HSV(B)272.31º20.47%99.61%-
XYZ71.6466.22102.77-
YUV216.3149.28137.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=33.53%
G=29.45%
B=37.03%

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
Decimal2302022540.090.2000.00272.3196.389.41
HexE6CAFE914001106059
Octal346312376112400420140131
Binary1110011011001010111111101001101000010001000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAFE; }

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

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

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

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

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

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

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

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