#EFCFF9

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

Shades of Blue Chalk #EFCFF9

Tints of Blue Chalk #EFCFF9

Color information

#EFCFF9 (or 0xEFCFF9) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and F9. RGB value is (239,207,249). Sum of RGB (Red+Green+Blue) = 239+207+249=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFCFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF9 is #103006. Grayscale: #DDDDDD. Windows color (decimal): -1060871 or 16371695. OLE color: 16371695.

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

Color convert

RGB239207249-
CMYK0.040.1700.02
HSL285.71º77.78%89.41%-
HSV(B)285.71º16.87%97.65%-
XYZ75.0169.8299.14-
YUV221.36143.6140.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 249 (97.66% from 255) = 35.83%
R=34.39%
G=29.78%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392072490.040.1700.02285.7177.7889.41
HexEFCFF94110211e4e59
Octal35731737142102436116131
Binary1110111111001111111110011001000101010001111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFF9; }

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

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

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

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

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

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

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

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