#EDDBFC

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

Shades of Blue Chalk #EDDBFC

Tints of Blue Chalk #EDDBFC

Color information

#EDDBFC (or 0xEDDBFC) is unknown color: approx Blue Chalk. HEX triplet: ED, DB and FC. RGB value is (237,219,252). Sum of RGB (Red+Green+Blue) = 237+219+252=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFC is #122403. Grayscale: #E4E4E4. Windows color (decimal): -1188868 or 16571373. OLE color: 16571373.

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

Color convert

RGB237219252-
CMYK0.060.1300.01
HSL272.73º84.62%92.35%-
HSV(B)272.73º13.1%98.82%-
XYZ77.8375.7102.6-
YUV228.14141.46134.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 219 (85.94% from 255) = 30.93%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=33.47%
G=30.93%
B=35.59%

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
Decimal2372192520.060.1300.01272.7384.6292.35
HexEDDBFC6D01111555c
Octal35533337461501421125134
Binary11101101110110111111110011011010110001000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBFC; }

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

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

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

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

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

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

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

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