#EDD4FE

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

Shades of Blue Chalk #EDD4FE

Tints of Blue Chalk #EDD4FE

Color information

#EDD4FE (or 0xEDD4FE) is unknown color: approx Blue Chalk. HEX triplet: ED, D4 and FE. RGB value is (237,212,254). Sum of RGB (Red+Green+Blue) = 237+212+254=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FE is #122B01. Grayscale: #E0E0E0. Windows color (decimal): -1190658 or 16700653. OLE color: 16700653.

HSL color Cylindrical-coordinate representation of color #EDD4FE: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD4FE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237212254-
CMYK0.070.1700.00
HSL275.71º95.45%91.37%-
HSV(B)275.71º16.54%99.61%-
XYZ76.3672.25103.69-
YUV224.26144.78137.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 212 (83.20% from 255) = 30.16%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=33.71%
G=30.16%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372122540.070.1700.00275.7195.4591.37
HexEDD4FE711001145f5b
Octal35532437672100424137133
Binary111011011101010011111110111100010010001010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4FE; }

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

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

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

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

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

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

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

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