#E8CFF3

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

Shades of Blue Chalk #E8CFF3

Tints of Blue Chalk #E8CFF3

Color information

#E8CFF3 (or 0xE8CFF3) is unknown color: approx Blue Chalk. HEX triplet: E8, CF and F3. RGB value is (232,207,243). Sum of RGB (Red+Green+Blue) = 232+207+243=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFF3 is #17300C. Grayscale: #DADADA. Windows color (decimal): -1519629 or 15978472. OLE color: 15978472.

HSL color Cylindrical-coordinate representation of color #E8CFF3: hue angle of 281.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CFF3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232207243-
CMYK0.050.1500.05
HSL281.67º60%88.24%-
HSV(B)281.67º14.81%95.29%-
XYZ71.7768.2594.19-
YUV218.58141.78137.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=34.02%
G=30.35%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322072430.050.1500.05281.676088.24
HexE8CFF35F0511a3c58
Octal3503173635170543274130
Binary111010001100111111110011101111101011000110101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFF3; }

 p { color: rgb(232,207,243); }

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

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

 a { background-color: rgb(232,207,243); }

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

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

 span { border-color: rgb(232,207,243); }

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