#EFCFFC

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

Shades of Blue Chalk #EFCFFC

Tints of Blue Chalk #EFCFFC

Color information

#EFCFFC (or 0xEFCFFC) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and FC. RGB value is (239,207,252). Sum of RGB (Red+Green+Blue) = 239+207+252=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFC is #103003. Grayscale: #DDDDDD. Windows color (decimal): -1060868 or 16568303. OLE color: 16568303.

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

Color convert

RGB239207252-
CMYK0.050.1800.01
HSL282.67º88.24%90%-
HSV(B)282.67º17.86%98.82%-
XYZ75.4870101.63-
YUV221.7145.1140.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=34.24%
G=29.66%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392072520.050.1800.01282.6788.2490
HexEFCFFC5120111b585a
Octal35731737452201433130132
Binary111011111100111111111100101100100110001101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFFC; }

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

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

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

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

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

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

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

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