#EDD5FC

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

Shades of Blue Chalk #EDD5FC

Tints of Blue Chalk #EDD5FC

Color information

#EDD5FC (or 0xEDD5FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D5 and FC. RGB value is (237,213,252). Sum of RGB (Red+Green+Blue) = 237+213+252=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FC is #122A03. Grayscale: #E0E0E0. Windows color (decimal): -1190404 or 16569837. OLE color: 16569837.

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

Color convert

RGB237213252-
CMYK0.060.1500.01
HSL276.92º86.67%91.18%-
HSV(B)276.92º15.48%98.82%-
XYZ76.2972.62102.09-
YUV224.62143.45136.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=33.76%
G=30.34%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372132520.060.1500.01276.9286.6791.18
HexEDD5FC6F01115575b
Octal35532537461701425127133
Binary11101101110101011111110011011110110001010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5FC; }

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

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

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

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

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

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

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

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