#EFD6FA

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

Shades of Blue Chalk #EFD6FA

Tints of Blue Chalk #EFD6FA

Color information

#EFD6FA (or 0xEFD6FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D6 and FA. RGB value is (239,214,250). Sum of RGB (Red+Green+Blue) = 239+214+250=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FA is #102905. Grayscale: #E1E1E1. Windows color (decimal): -1059078 or 16439023. OLE color: 16439023.

HSL color Cylindrical-coordinate representation of color #EFD6FA: hue angle of 281.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD6FA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239214250-
CMYK0.040.1400.02
HSL281.67º78.26%90.98%-
HSV(B)281.67º14.4%98.04%-
XYZ76.973.35100.55-
YUV225.58141.78137.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=34.00%
G=30.44%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392142500.040.1400.02281.6778.2690.98
HexEFD6FA4E0211a4e5b
Octal35732637241602432116133
Binary111011111101011011111010100111001010001101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6FA; }

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

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

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

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

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

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

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

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