#EFCEF9

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

Shades of Blue Chalk #EFCEF9

Tints of Blue Chalk #EFCEF9

Color information

#EFCEF9 (or 0xEFCEF9) is unknown color: approx Blue Chalk. HEX triplet: EF, CE and F9. RGB value is (239,206,249). Sum of RGB (Red+Green+Blue) = 239+206+249=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF9 is #103106. Grayscale: #DCDCDC. Windows color (decimal): -1061127 or 16371439. OLE color: 16371439.

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

Color convert

RGB239206249-
CMYK0.040.1700.02
HSL286.05º78.18%89.22%-
HSV(B)286.05º17.27%97.65%-
XYZ74.7769.3399.06-
YUV220.77143.93141-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=34.44%
G=29.68%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392062490.040.1700.02286.0578.1889.22
HexEFCEF94110211e4e59
Octal35731637142102436116131
Binary1110111111001110111110011001000101010001111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEF9; }

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

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

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

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

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

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

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

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