#EDD5F3

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

Shades of Blue Chalk #EDD5F3

Tints of Blue Chalk #EDD5F3

Color information

#EDD5F3 (or 0xEDD5F3) is unknown color: approx Blue Chalk. HEX triplet: ED, D5 and F3. RGB value is (237,213,243). Sum of RGB (Red+Green+Blue) = 237+213+243=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F3 is #122A0C. Grayscale: #DFDFDF. Windows color (decimal): -1190413 or 15980013. OLE color: 15980013.

HSL color Cylindrical-coordinate representation of color #EDD5F3: hue angle of 288º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD5F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237213243-
CMYK0.020.1200.05
HSL288º55.56%89.41%-
HSV(B)288º12.35%95.29%-
XYZ74.972.0694.76-
YUV223.6138.95137.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 213 (83.59% from 255) = 30.74%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=34.20%
G=30.74%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372132430.020.1200.0528855.5689.41
HexEDD5F32C051203859
Octal3553253632140544070131
Binary11101101110101011111001110110001011001000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5F3; }

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

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

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

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

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

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

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

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