#EFCCFA

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

Shades of Blue Chalk #EFCCFA

Tints of Blue Chalk #EFCCFA

Color information

#EFCCFA (or 0xEFCCFA) is unknown color: approx Blue Chalk. HEX triplet: EF, CC and FA. RGB value is (239,204,250). Sum of RGB (Red+Green+Blue) = 239+204+250=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFA is #103305. Grayscale: #DBDBDB. Windows color (decimal): -1061638 or 16436463. OLE color: 16436463.

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

Color convert

RGB239204250-
CMYK0.040.1800.02
HSL285.65º82.14%89.02%-
HSV(B)285.65º18.4%98.04%-
XYZ74.4468.4499.73-
YUV219.71145.1141.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 204 (80.08% from 255) = 29.44%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=34.49%
G=29.44%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392042500.040.1800.02285.6582.1489.02
HexEFCCFA4120211e5259
Octal35731437242202436122131
Binary1110111111001100111110101001001001010001111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCFA; }

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

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

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

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

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

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

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

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