#EFCFFB

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

Shades of Blue Chalk #EFCFFB

Tints of Blue Chalk #EFCFFB

Color information

#EFCFFB (or 0xEFCFFB) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and FB. RGB value is (239,207,251). Sum of RGB (Red+Green+Blue) = 239+207+251=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFB is #103004. Grayscale: #DDDDDD. Windows color (decimal): -1060869 or 16502767. OLE color: 16502767.

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

Color convert

RGB239207251-
CMYK0.050.1800.02
HSL283.64º84.62%89.8%-
HSV(B)283.64º17.53%98.43%-
XYZ75.3269.94100.8-
YUV221.58144.6140.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 207 (81.25% from 255) = 29.70%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=34.29%
G=29.70%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392072510.050.1800.02283.6484.6289.8
HexEFCFFB5120211c555a
Octal35731737352202434125132
Binary1110111111001111111110111011001001010001110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFFB; }

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

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

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

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

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

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

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

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