#E6CFEF

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

Shades of Blue Chalk #E6CFEF

Tints of Blue Chalk #E6CFEF

Color information

#E6CFEF (or 0xE6CFEF) is unknown color: approx Blue Chalk. HEX triplet: E6, CF and EF. RGB value is (230,207,239). Sum of RGB (Red+Green+Blue) = 230+207+239=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFEF is #193010. Grayscale: #D9D9D9. Windows color (decimal): -1650705 or 15716326. OLE color: 15716326.

HSL color Cylindrical-coordinate representation of color #E6CFEF: hue angle of 283.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CFEF is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230207239-
CMYK0.040.1300.06
HSL283.12º50%87.45%-
HSV(B)283.12º13.39%93.73%-
XYZ70.5367.6891.01-
YUV217.52140.12136.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.02%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=34.02%
G=30.62%
B=35.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302072390.040.1300.06283.125087.45
HexE6CFEF4D0611b3257
Octal3463173574150643362127
Binary111001101100111111101111100110101101000110111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFEF; }

 p { color: rgb(230,207,239); }

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

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

 a { background-color: rgb(230,207,239); }

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

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

 span { border-color: rgb(230,207,239); }

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