#EFD4FF

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

Shades of Blue Chalk #EFD4FF

Tints of Blue Chalk #EFD4FF

Color information

#EFD4FF (or 0xEFD4FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D4 and FF. RGB value is (239,212,255). Sum of RGB (Red+Green+Blue) = 239+212+255=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 212 (83.20% from 255 or 30.03% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4FF is #102B00. Grayscale: #E0E0E0. Windows color (decimal): -1059585 or 16766191. OLE color: 16766191.

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

Color convert

RGB239212255-
CMYK0.060.1700
HSL277.67º100%91.57%-
HSV(B)277.67º16.86%100%-
XYZ77.1972.66104.56-
YUV224.97144.95138-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 212 (83.20% from 255) = 30.03%
BLUE value IS 255 (100% from 255) = 36.12%
R=33.85%
G=30.03%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392122550.060.1700277.6710091.57
HexEFD4FF61100116645c
Octal35732437762100426144134
Binary111011111101010011111111110100010010001011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4FF; }

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

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

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

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

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

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

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

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