#EFCCFE

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

Shades of Blue Chalk #EFCCFE

Tints of Blue Chalk #EFCCFE

Color information

#EFCCFE (or 0xEFCCFE) is unknown color: approx Blue Chalk. HEX triplet: EF, CC and FE. RGB value is (239,204,254). Sum of RGB (Red+Green+Blue) = 239+204+254=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFE is #103301. Grayscale: #DCDCDC. Windows color (decimal): -1061634 or 16698607. OLE color: 16698607.

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

Color convert

RGB239204254-
CMYK0.060.2000.00
HSL282º96.15%89.8%-
HSV(B)282º19.69%99.61%-
XYZ75.0868.69103.07-
YUV220.16147.1141.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=34.29%
G=29.27%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392042540.060.2000.0028296.1589.8
HexEFCCFE6140011a605a
Octal35731437662400432140132
Binary111011111100110011111110110101000010001101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCFE; }

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

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

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

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

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

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

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

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