#EFDBFD

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

Shades of Blue Chalk #EFDBFD

Tints of Blue Chalk #EFDBFD

Color information

#EFDBFD (or 0xEFDBFD) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and FD. RGB value is (239,219,253). Sum of RGB (Red+Green+Blue) = 239+219+253=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFD is #102402. Grayscale: #E4E4E4. Windows color (decimal): -1057795 or 16636911. OLE color: 16636911.

HSL color Cylindrical-coordinate representation of color #EFDBFD: hue angle of 275.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDBFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239219253-
CMYK0.060.1300.01
HSL275.29º89.47%92.55%-
HSV(B)275.29º13.44%99.22%-
XYZ78.6676.11103.47-
YUV228.86141.63135.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=33.61%
G=30.80%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392192530.060.1300.01275.2989.4792.55
HexEFDBFD6D01113595d
Octal35733337561501423131135
Binary11101111110110111111110111011010110001001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBFD; }

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

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

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

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

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

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

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

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