#E6C7F9

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

Shades of Blue Chalk #E6C7F9

Tints of Blue Chalk #E6C7F9

Color information

#E6C7F9 (or 0xE6C7F9) is unknown color: approx Blue Chalk. HEX triplet: E6, C7 and F9. RGB value is (230,199,249). Sum of RGB (Red+Green+Blue) = 230+199+249=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6C7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7F9 is #193806. Grayscale: #D5D5D5. Windows color (decimal): -1652743 or 16369638. OLE color: 16369638.

HSL color Cylindrical-coordinate representation of color #E6C7F9: hue angle of 277.2º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C7F9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230199249-
CMYK0.080.2000.02
HSL277.2º80.65%87.84%-
HSV(B)277.2º20.08%97.65%-
XYZ70.1664.5198.38-
YUV213.97147.77139.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 199 (78.12% from 255) = 29.35%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=33.92%
G=29.35%
B=36.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301992490.080.2000.02277.280.6587.84
HexE6C7F9814021155158
Octal346307371102402425121130
Binary11100110110001111111100110001010001010001010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C7F9; }

 p { color: rgb(230,199,249); }

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

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

 a { background-color: rgb(230,199,249); }

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

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

 span { border-color: rgb(230,199,249); }

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