#EDD5FA

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

Shades of Blue Chalk #EDD5FA

Tints of Blue Chalk #EDD5FA

Color information

#EDD5FA (or 0xEDD5FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D5 and FA. RGB value is (237,213,250). Sum of RGB (Red+Green+Blue) = 237+213+250=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FA is #122A05. Grayscale: #E0E0E0. Windows color (decimal): -1190406 or 16438765. OLE color: 16438765.

HSL color Cylindrical-coordinate representation of color #EDD5FA: hue angle of 278.92º degrees, saturation: 0.79, 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 #EDD5FA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237213250-
CMYK0.050.1500.02
HSL278.92º78.72%90.78%-
HSV(B)278.92º14.8%98.04%-
XYZ75.9772.5100.43-
YUV224.39142.45136.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 213 (83.59% from 255) = 30.43%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=33.86%
G=30.43%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372132500.050.1500.02278.9278.7290.78
HexEDD5FA5F021174f5b
Octal35532537251702427117133
Binary111011011101010111111010101111101010001011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5FA; }

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

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

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

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

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

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

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

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