#EDDBFB

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

Shades of Blue Chalk #EDDBFB

Tints of Blue Chalk #EDDBFB

Color information

#EDDBFB (or 0xEDDBFB) is unknown color: approx Blue Chalk. HEX triplet: ED, DB and FB. RGB value is (237,219,251). Sum of RGB (Red+Green+Blue) = 237+219+251=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFB is #122404. Grayscale: #E3E3E3. Windows color (decimal): -1188869 or 16505837. OLE color: 16505837.

HSL color Cylindrical-coordinate representation of color #EDDBFB: hue angle of 273.75º 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 #EDDBFB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237219251-
CMYK0.060.1300.02
HSL273.75º80%92.16%-
HSV(B)273.75º12.75%98.43%-
XYZ77.6775.63101.77-
YUV228.03140.96134.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=33.52%
G=30.98%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372192510.060.1300.02273.758092.16
HexEDDBFB6D02112505c
Octal35533337361502422120134
Binary111011011101101111111011110110101010001001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBFB; }

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

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

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

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

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

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

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

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