#EFCEFC

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

Shades of Blue Chalk #EFCEFC

Tints of Blue Chalk #EFCEFC

Color information

#EFCEFC (or 0xEFCEFC) is unknown color: approx Blue Chalk. HEX triplet: EF, CE and FC. RGB value is (239,206,252). Sum of RGB (Red+Green+Blue) = 239+206+252=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFC is #103103. Grayscale: #DCDCDC. Windows color (decimal): -1061124 or 16568047. OLE color: 16568047.

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

Color convert

RGB239206252-
CMYK0.050.1800.01
HSL283.04º88.46%89.8%-
HSV(B)283.04º18.25%98.82%-
XYZ75.2469.52101.55-
YUV221.11145.43140.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 206 (80.86% from 255) = 29.56%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=34.29%
G=29.56%
B=36.15%

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
Decimal2392062520.050.1800.01283.0488.4689.8
HexEFCEFC5120111b585a
Octal35731637452201433130132
Binary111011111100111011111100101100100110001101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEFC; }

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

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

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

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

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

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

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

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