#EFCBFC

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

Shades of Blue Chalk #EFCBFC

Tints of Blue Chalk #EFCBFC

Color information

#EFCBFC (or 0xEFCBFC) is unknown color: approx Blue Chalk. HEX triplet: EF, CB and FC. RGB value is (239,203,252). Sum of RGB (Red+Green+Blue) = 239+203+252=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFC is #103403. Grayscale: #DBDBDB. Windows color (decimal): -1061892 or 16567279. OLE color: 16567279.

HSL color Cylindrical-coordinate representation of color #EFCBFC: hue angle of 284.08º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCBFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239203252-
CMYK0.050.1900.01
HSL284.08º89.09%89.22%-
HSV(B)284.08º19.44%98.82%-
XYZ74.5268.09101.31-
YUV219.35146.43142.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 203 (79.69% from 255) = 29.25%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=34.44%
G=29.25%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392032520.050.1900.01284.0889.0989.22
HexEFCBFC5130111c5959
Octal35731337452301434131131
Binary111011111100101111111100101100110110001110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBFC; }

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

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

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

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

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

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

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

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