#EFDBFF

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

Shades of Blue Chalk #EFDBFF

Tints of Blue Chalk #EFDBFF

Color information

#EFDBFF (or 0xEFDBFF) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and FF. RGB value is (239,219,255). Sum of RGB (Red+Green+Blue) = 239+219+255=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFF is #102400. Grayscale: #E4E4E4. Windows color (decimal): -1057793 or 16767983. OLE color: 16767983.

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

Color convert

RGB239219255-
CMYK0.060.1400
HSL273.33º100%92.94%-
HSV(B)273.33º14.12%100%-
XYZ78.9876.23105.16-
YUV229.08142.63135.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 255 (100% from 255) = 35.76%
R=33.52%
G=30.72%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392192550.060.1400273.3310092.94
HexEFDBFF6E00111645d
Octal35733337761600421144135
Binary11101111110110111111111111011100010001000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBFF; }

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

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

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

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

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

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

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

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