#EFCCFF

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

Shades of Blue Chalk #EFCCFF

Tints of Blue Chalk #EFCCFF

Color information

#EFCCFF (or 0xEFCCFF) is unknown color: approx Blue Chalk. HEX triplet: EF, CC and FF. RGB value is (239,204,255). Sum of RGB (Red+Green+Blue) = 239+204+255=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFF is #103300. Grayscale: #DCDCDC. Windows color (decimal): -1061633 or 16764143. OLE color: 16764143.

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

Color convert

RGB239204255-
CMYK0.060.200
HSL281.18º100%90%-
HSV(B)281.18º20%100%-
XYZ75.2468.76103.91-
YUV220.28147.6141.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 204 (80.08% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 36.53%
R=34.24%
G=29.23%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392042550.060.200281.1810090
HexEFCCFF61400119645a
Octal35731437762400431144132
Binary111011111100110011111111110101000010001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCFF; }

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

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

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

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

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

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

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

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