#EFD7FB

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

Shades of Blue Chalk #EFD7FB

Tints of Blue Chalk #EFD7FB

Color information

#EFD7FB (or 0xEFD7FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and FB. RGB value is (239,215,251). Sum of RGB (Red+Green+Blue) = 239+215+251=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FB is #102804. Grayscale: #E2E2E2. Windows color (decimal): -1058821 or 16504815. OLE color: 16504815.

HSL color Cylindrical-coordinate representation of color #EFD7FB: hue angle of 280º degrees, saturation: 0.82, 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 #EFD7FB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239215251-
CMYK0.050.1400.02
HSL280º81.82%91.37%-
HSV(B)280º14.34%98.43%-
XYZ77.3173.92101.46-
YUV226.28141.95137.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 215 (84.38% from 255) = 30.50%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=33.90%
G=30.50%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392152510.050.1400.0228081.8291.37
HexEFD7FB5E02118525b
Octal35732737351602430122133
Binary111011111101011111111011101111001010001100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7FB; }

 p { color: rgb(239,215,251); }

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

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

 a { background-color: rgb(239,215,251); }

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

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

 span { border-color: rgb(239,215,251); }

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