#EFCFFE

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

Shades of Blue Chalk #EFCFFE

Tints of Blue Chalk #EFCFFE

Color information

#EFCFFE (or 0xEFCFFE) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and FE. RGB value is (239,207,254). Sum of RGB (Red+Green+Blue) = 239+207+254=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFE is #103001. Grayscale: #DDDDDD. Windows color (decimal): -1060866 or 16699375. OLE color: 16699375.

HSL color Cylindrical-coordinate representation of color #EFCFFE: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCFFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239207254-
CMYK0.060.1900.00
HSL280.85º95.92%90.39%-
HSV(B)280.85º18.5%99.61%-
XYZ75.870.13103.31-
YUV221.93146.1140.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=34.14%
G=29.57%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392072540.060.1900.00280.8595.9290.39
HexEFCFFE61300119605a
Octal35731737662300431140132
Binary111011111100111111111110110100110010001100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFFE; }

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

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

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

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

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

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

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

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