#EFDBF5

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

Shades of Blue Chalk #EFDBF5

Tints of Blue Chalk #EFDBF5

Color information

#EFDBF5 (or 0xEFDBF5) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and F5. RGB value is (239,219,245). Sum of RGB (Red+Green+Blue) = 239+219+245=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF5 is #10240A. Grayscale: #E3E3E3. Windows color (decimal): -1057803 or 16112623. OLE color: 16112623.

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

Color convert

RGB239219245-
CMYK0.020.1100.04
HSL286.15º56.52%90.98%-
HSV(B)286.15º10.61%96.08%-
XYZ77.4175.6196.9-
YUV227.94137.63135.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=34.00%
G=31.15%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392192450.020.1100.04286.1556.5290.98
HexEFDBF52B0411e395b
Octal3573333652130443671133
Binary11101111110110111111010110101101001000111101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBF5; }

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

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

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

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

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

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

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

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