#EAC7FB

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

Shades of Blue Chalk #EAC7FB

Tints of Blue Chalk #EAC7FB

Color information

#EAC7FB (or 0xEAC7FB) is unknown color: approx Blue Chalk. HEX triplet: EA, C7 and FB. RGB value is (234,199,251). Sum of RGB (Red+Green+Blue) = 234+199+251=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 199 (78.12% from 255 or 29.09% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7FB is #153804. Grayscale: #D7D7D7. Windows color (decimal): -1390597 or 16500714. OLE color: 16500714.

HSL color Cylindrical-coordinate representation of color #EAC7FB: hue angle of 280.38º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC7FB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234199251-
CMYK0.070.2100.02
HSL280.38º86.67%88.24%-
HSV(B)280.38º20.72%98.43%-
XYZ71.7765.3100.09-
YUV215.39148.1141.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 199 (78.12% from 255) = 29.09%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=34.21%
G=29.09%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341992510.070.2100.02280.3886.6788.24
HexEAC7FB715021185758
Octal35230737372502430127130
Binary1110101011000111111110111111010101010001100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7FB; }

 p { color: rgb(234,199,251); }

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

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

 a { background-color: rgb(234,199,251); }

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

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

 span { border-color: rgb(234,199,251); }

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