#EFD6FF

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

Shades of Blue Chalk #EFD6FF

Tints of Blue Chalk #EFD6FF

Color information

#EFD6FF (or 0xEFD6FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D6 and FF. RGB value is (239,214,255). Sum of RGB (Red+Green+Blue) = 239+214+255=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FF is #102900. Grayscale: #E2E2E2. Windows color (decimal): -1059073 or 16766703. OLE color: 16766703.

HSL color Cylindrical-coordinate representation of color #EFD6FF: hue angle of 276.59º 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 #EFD6FF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239214255-
CMYK0.060.1600
HSL276.59º100%91.96%-
HSV(B)276.59º16.08%100%-
XYZ77.6973.66104.73-
YUV226.15144.28137.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 214 (83.98% from 255) = 30.23%
BLUE value IS 255 (100% from 255) = 36.02%
R=33.76%
G=30.23%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392142550.060.1600276.5910091.96
HexEFD6FF61000115645c
Octal35732637762000425144134
Binary111011111101011011111111110100000010001010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6FF; }

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

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

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

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

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

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

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

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