#EFD3FF

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

Shades of Blue Chalk #EFD3FF

Tints of Blue Chalk #EFD3FF

Color information

#EFD3FF (or 0xEFD3FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D3 and FF. RGB value is (239,211,255). Sum of RGB (Red+Green+Blue) = 239+211+255=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 211 (82.81% from 255 or 29.93% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3FF is #102C00. Grayscale: #E0E0E0. Windows color (decimal): -1059841 or 16765935. OLE color: 16765935.

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

Color convert

RGB239211255-
CMYK0.060.1700
HSL278.18º100%91.37%-
HSV(B)278.18º17.25%100%-
XYZ76.9472.16104.48-
YUV224.39145.28138.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 211 (82.81% from 255) = 29.93%
BLUE value IS 255 (100% from 255) = 36.17%
R=33.90%
G=29.93%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392112550.060.1700278.1810091.37
HexEFD3FF61100116645b
Octal35732337762100426144133
Binary111011111101001111111111110100010010001011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3FF; }

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

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

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

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

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

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

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

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