#EFCBFA

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

Shades of Blue Chalk #EFCBFA

Tints of Blue Chalk #EFCBFA

Color information

#EFCBFA (or 0xEFCBFA) is unknown color: approx Blue Chalk. HEX triplet: EF, CB and FA. RGB value is (239,203,250). Sum of RGB (Red+Green+Blue) = 239+203+250=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFA is #103405. Grayscale: #DADADA. Windows color (decimal): -1061894 or 16436207. OLE color: 16436207.

HSL color Cylindrical-coordinate representation of color #EFCBFA: hue angle of 285.96º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCBFA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239203250-
CMYK0.040.1900.02
HSL285.96º82.46%88.82%-
HSV(B)285.96º18.8%98.04%-
XYZ74.2167.9699.65-
YUV219.12145.43142.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 203 (79.69% from 255) = 29.34%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=34.54%
G=29.34%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392032500.040.1900.02285.9682.4688.82
HexEFCBFA4130211e5259
Octal35731337242302436122131
Binary1110111111001011111110101001001101010001111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBFA; }

 p { color: rgb(239,203,250); }

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

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

 a { background-color: rgb(239,203,250); }

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

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

 span { border-color: rgb(239,203,250); }

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