#E7CFF3

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

Shades of Blue Chalk #E7CFF3

Tints of Blue Chalk #E7CFF3

Color information

#E7CFF3 (or 0xE7CFF3) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and F3. RGB value is (231,207,243). Sum of RGB (Red+Green+Blue) = 231+207+243=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF3 is #18300C. Grayscale: #DADADA. Windows color (decimal): -1585165 or 15978471. OLE color: 15978471.

HSL color Cylindrical-coordinate representation of color #E7CFF3: hue angle of 280º 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 #E7CFF3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231207243-
CMYK0.050.1500.05
HSL280º60%88.24%-
HSV(B)280º14.81%95.29%-
XYZ71.4568.0994.17-
YUV218.28141.95137.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=33.92%
G=30.40%
B=35.68%

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
Decimal2312072430.050.1500.052806088.24
HexE7CFF35F051183c58
Octal3473173635170543074130
Binary111001111100111111110011101111101011000110001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFF3; }

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

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

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

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

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

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

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

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