#E6CAFD

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

Shades of Blue Chalk #E6CAFD

Tints of Blue Chalk #E6CAFD

Color information

#E6CAFD (or 0xE6CAFD) is unknown color: approx Blue Chalk. HEX triplet: E6, CA and FD. RGB value is (230,202,253). Sum of RGB (Red+Green+Blue) = 230+202+253=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFD is #193502. Grayscale: #D8D8D8. Windows color (decimal): -1651971 or 16632550. OLE color: 16632550.

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

Color convert

RGB230202253-
CMYK0.090.2000.01
HSL272.94º92.73%89.22%-
HSV(B)272.94º20.16%99.22%-
XYZ71.4866.16101.93-
YUV216.19148.78137.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=33.58%
G=29.49%
B=36.93%

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
Decimal2302022530.090.2000.01272.9492.7389.22
HexE6CAFD914011115d59
Octal346312375112401421135131
Binary1110011011001010111111011001101000110001000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAFD; }

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

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

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

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

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

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

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

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