#EFCCFB

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

Shades of Blue Chalk #EFCCFB

Tints of Blue Chalk #EFCCFB

Color information

#EFCCFB (or 0xEFCCFB) is unknown color: approx Blue Chalk. HEX triplet: EF, CC and FB. RGB value is (239,204,251). Sum of RGB (Red+Green+Blue) = 239+204+251=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFB is #103304. Grayscale: #DBDBDB. Windows color (decimal): -1061637 or 16501999. OLE color: 16501999.

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

Color convert

RGB239204251-
CMYK0.050.1900.02
HSL284.68º85.45%89.22%-
HSV(B)284.68º18.73%98.43%-
XYZ74.668.5100.56-
YUV219.82145.6141.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 204 (80.08% from 255) = 29.39%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=34.44%
G=29.39%
B=36.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392042510.050.1900.02284.6885.4589.22
HexEFCCFB5130211d5559
Octal35731437352302435125131
Binary1110111111001100111110111011001101010001110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCFB; }

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

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

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

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

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

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

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

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