#E6CAFC

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

Shades of Blue Chalk #E6CAFC

Tints of Blue Chalk #E6CAFC

Color information

#E6CAFC (or 0xE6CAFC) is unknown color: approx Blue Chalk. HEX triplet: E6, CA and FC. RGB value is (230,202,252). Sum of RGB (Red+Green+Blue) = 230+202+252=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFC is #193503. Grayscale: #D7D7D7. Windows color (decimal): -1651972 or 16567014. OLE color: 16567014.

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

Color convert

RGB230202252-
CMYK0.090.2000.01
HSL273.6º89.29%89.02%-
HSV(B)273.6º19.84%98.82%-
XYZ71.3266.09101.09-
YUV216.07148.28137.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=33.63%
G=29.53%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302022520.090.2000.01273.689.2989.02
HexE6CAFC914011125959
Octal346312374112401422131131
Binary1110011011001010111111001001101000110001001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAFC; }

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

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

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

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

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

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

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

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