#EFCFF8

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

Shades of Blue Chalk #EFCFF8

Tints of Blue Chalk #EFCFF8

Color information

#EFCFF8 (or 0xEFCFF8) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and F8. RGB value is (239,207,248). Sum of RGB (Red+Green+Blue) = 239+207+248=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF8 is #103007. Grayscale: #DDDDDD. Windows color (decimal): -1060872 or 16306159. OLE color: 16306159.

HSL color Cylindrical-coordinate representation of color #EFCFF8: hue angle of 286.83º degrees, saturation: 0.75, 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 #EFCFF8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239207248-
CMYK0.040.1700.03
HSL286.83º74.55%89.22%-
HSV(B)286.83º16.53%97.25%-
XYZ74.8569.7598.33-
YUV221.24143.1140.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 207 (81.25% from 255) = 29.83%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=34.44%
G=29.83%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392072480.040.1700.03286.8374.5589.22
HexEFCFF84110311f4b59
Octal35731737042103437113131
Binary1110111111001111111110001001000101110001111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFF8; }

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

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

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

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

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

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

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

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