#EFCEFE

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

Shades of Blue Chalk #EFCEFE

Tints of Blue Chalk #EFCEFE

Color information

#EFCEFE (or 0xEFCEFE) is unknown color: approx Blue Chalk. HEX triplet: EF, CE and FE. RGB value is (239,206,254). Sum of RGB (Red+Green+Blue) = 239+206+254=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFE is #103101. Grayscale: #DDDDDD. Windows color (decimal): -1061122 or 16699119. OLE color: 16699119.

HSL color Cylindrical-coordinate representation of color #EFCEFE: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCEFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239206254-
CMYK0.060.1900.00
HSL281.25º96%90.2%-
HSV(B)281.25º18.9%99.61%-
XYZ75.5669.65103.23-
YUV221.34146.43140.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 206 (80.86% from 255) = 29.47%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=34.19%
G=29.47%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392062540.060.1900.00281.259690.2
HexEFCEFE61300119605a
Octal35731637662300431140132
Binary111011111100111011111110110100110010001100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEFE; }

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

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

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

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

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

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

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

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