#EFC9FF

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

Shades of Blue Chalk #EFC9FF

Tints of Blue Chalk #EFC9FF

Color information

#EFC9FF (or 0xEFC9FF) is unknown color: approx Blue Chalk. HEX triplet: EF, C9 and FF. RGB value is (239,201,255). Sum of RGB (Red+Green+Blue) = 239+201+255=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 201 (78.91% from 255 or 28.92% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FF is #103600. Grayscale: #DADADA. Windows color (decimal): -1062401 or 16763375. OLE color: 16763375.

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

Color convert

RGB239201255-
CMYK0.060.2100
HSL282.22º100%89.41%-
HSV(B)282.22º21.18%100%-
XYZ74.5367.34103.68-
YUV218.52148.59142.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 201 (78.91% from 255) = 28.92%
BLUE value IS 255 (100% from 255) = 36.69%
R=34.39%
G=28.92%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392012550.060.2100282.2210089.41
HexEFC9FF6150011a6459
Octal35731137762500432144131
Binary111011111100100111111111110101010010001101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9FF; }

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

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

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

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

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

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

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

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