#EFD8FB

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

Shades of Blue Chalk #EFD8FB

Tints of Blue Chalk #EFD8FB

Color information

#EFD8FB (or 0xEFD8FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D8 and FB. RGB value is (239,216,251). Sum of RGB (Red+Green+Blue) = 239+216+251=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FB is #102704. Grayscale: #E2E2E2. Windows color (decimal): -1058565 or 16505071. OLE color: 16505071.

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

Color convert

RGB239216251-
CMYK0.050.1400.02
HSL279.43º81.4%91.57%-
HSV(B)279.43º13.94%98.43%-
XYZ77.5774.43101.54-
YUV226.87141.62136.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 216 (84.77% from 255) = 30.59%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=33.85%
G=30.59%
B=35.55%

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
Decimal2392162510.050.1400.02279.4381.491.57
HexEFD8FB5E02117515c
Octal35733037351602427121134
Binary111011111101100011111011101111001010001011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8FB; }

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

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

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

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

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

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

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

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