#EFDBFB

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

Shades of Blue Chalk #EFDBFB

Tints of Blue Chalk #EFDBFB

Color information

#EFDBFB (or 0xEFDBFB) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and FB. RGB value is (239,219,251). Sum of RGB (Red+Green+Blue) = 239+219+251=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFB is #102404. Grayscale: #E4E4E4. Windows color (decimal): -1057797 or 16505839. OLE color: 16505839.

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

Color convert

RGB239219251-
CMYK0.050.1300.02
HSL277.5º80%92.16%-
HSV(B)277.5º12.75%98.43%-
XYZ78.3475.98101.8-
YUV228.63140.63135.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=33.71%
G=30.89%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392192510.050.1300.02277.58092.16
HexEFDBFB5D02116505c
Octal35733337351502426120134
Binary111011111101101111111011101110101010001011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBFB; }

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

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

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

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

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

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

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

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