#EFC8FD

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

Shades of Blue Chalk #EFC8FD

Tints of Blue Chalk #EFC8FD

Color information

#EFC8FD (or 0xEFC8FD) is unknown color: approx Blue Chalk. HEX triplet: EF, C8 and FD. RGB value is (239,200,253). Sum of RGB (Red+Green+Blue) = 239+200+253=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8FD is #103702. Grayscale: #D9D9D9. Windows color (decimal): -1062659 or 16632047. OLE color: 16632047.

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

Color convert

RGB239200253-
CMYK0.060.2100.01
HSL284.15º92.98%88.82%-
HSV(B)284.15º20.95%99.22%-
XYZ73.9866.75101.91-
YUV217.7147.92143.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 200 (78.52% from 255) = 28.90%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=34.54%
G=28.90%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392002530.060.2100.01284.1592.9888.82
HexEFC8FD6150111c5d59
Octal35731037562501434135131
Binary111011111100100011111101110101010110001110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8FD; }

 p { color: rgb(239,200,253); }

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

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

 a { background-color: rgb(239,200,253); }

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

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

 span { border-color: rgb(239,200,253); }

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