#EDD5FB

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

Shades of Blue Chalk #EDD5FB

Tints of Blue Chalk #EDD5FB

Color information

#EDD5FB (or 0xEDD5FB) is unknown color: approx Blue Chalk. HEX triplet: ED, D5 and FB. RGB value is (237,213,251). Sum of RGB (Red+Green+Blue) = 237+213+251=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FB is #122A04. Grayscale: #E0E0E0. Windows color (decimal): -1190405 or 16504301. OLE color: 16504301.

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

Color convert

RGB237213251-
CMYK0.060.1500.02
HSL277.89º82.61%90.98%-
HSV(B)277.89º15.14%98.43%-
XYZ76.1372.56101.26-
YUV224.51142.95136.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 213 (83.59% from 255) = 30.39%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=33.81%
G=30.39%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372132510.060.1500.02277.8982.6190.98
HexEDD5FB6F02116535b
Octal35532537361702426123133
Binary111011011101010111111011110111101010001011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5FB; }

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

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

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

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

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

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

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

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