#EFCCFC

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

Shades of Blue Chalk #EFCCFC

Tints of Blue Chalk #EFCCFC

Color information

#EFCCFC (or 0xEFCCFC) is unknown color: approx Blue Chalk. HEX triplet: EF, CC and FC. RGB value is (239,204,252). Sum of RGB (Red+Green+Blue) = 239+204+252=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFC is #103303. Grayscale: #DBDBDB. Windows color (decimal): -1061636 or 16567535. OLE color: 16567535.

HSL color Cylindrical-coordinate representation of color #EFCCFC: hue angle of 283.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCCFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239204252-
CMYK0.050.1900.01
HSL283.75º88.89%89.41%-
HSV(B)283.75º19.05%98.82%-
XYZ74.7668.56101.39-
YUV219.94146.1141.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=34.39%
G=29.35%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392042520.050.1900.01283.7588.8989.41
HexEFCCFC5130111c5959
Octal35731437452301434131131
Binary111011111100110011111100101100110110001110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCFC; }

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

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

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

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

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

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

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

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