#EFD5FF

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

Shades of Blue Chalk #EFD5FF

Tints of Blue Chalk #EFD5FF

Color information

#EFD5FF (or 0xEFD5FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D5 and FF. RGB value is (239,213,255). Sum of RGB (Red+Green+Blue) = 239+213+255=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 213 (83.59% from 255 or 30.13% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5FF is #102A00. Grayscale: #E1E1E1. Windows color (decimal): -1059329 or 16766447. OLE color: 16766447.

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

Color convert

RGB239213255-
CMYK0.060.1600
HSL277.14º100%91.76%-
HSV(B)277.14º16.47%100%-
XYZ77.4473.16104.65-
YUV225.56144.61137.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 213 (83.59% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 36.07%
R=33.80%
G=30.13%
B=36.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392132550.060.1600277.1410091.76
HexEFD5FF61000115645c
Octal35732537762000425144134
Binary111011111101010111111111110100000010001010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5FF; }

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

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

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

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

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

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

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

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