#EDD4FA

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

Shades of Blue Chalk #EDD4FA

Tints of Blue Chalk #EDD4FA

Color information

#EDD4FA (or 0xEDD4FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D4 and FA. RGB value is (237,212,250). Sum of RGB (Red+Green+Blue) = 237+212+250=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FA is #122B05. Grayscale: #DFDFDF. Windows color (decimal): -1190662 or 16438509. OLE color: 16438509.

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

Color convert

RGB237212250-
CMYK0.050.1500.02
HSL279.47º79.17%90.59%-
HSV(B)279.47º15.2%98.04%-
XYZ75.7271.99100.35-
YUV223.81142.78137.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 212 (83.20% from 255) = 30.33%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=33.91%
G=30.33%
B=35.77%

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
Decimal2372122500.050.1500.02279.4779.1790.59
HexEDD4FA5F021174f5b
Octal35532437251702427117133
Binary111011011101010011111010101111101010001011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4FA; }

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

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

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

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

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

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

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

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