#EFCEF7

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

Shades of Blue Chalk #EFCEF7

Tints of Blue Chalk #EFCEF7

Color information

#EFCEF7 (or 0xEFCEF7) is unknown color: approx Blue Chalk. HEX triplet: EF, CE and F7. RGB value is (239,206,247). Sum of RGB (Red+Green+Blue) = 239+206+247=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF7 is #103108. Grayscale: #DCDCDC. Windows color (decimal): -1061129 or 16240367. OLE color: 16240367.

HSL color Cylindrical-coordinate representation of color #EFCEF7: hue angle of 288.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCEF7 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239206247-
CMYK0.030.1700.03
HSL288.29º71.93%88.82%-
HSV(B)288.29º16.6%96.86%-
XYZ74.4669.2197.43-
YUV220.54142.93141.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 247 (96.88% from 255) = 35.69%
R=34.54%
G=29.77%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392062470.030.1700.03288.2971.9388.82
HexEFCEF7311031204859
Octal35731636732103440110131
Binary111011111100111011110111111000101110010000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEF7; }

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

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

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

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

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

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

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

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