#EDD2FC

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

Shades of Blue Chalk #EDD2FC

Tints of Blue Chalk #EDD2FC

Color information

#EDD2FC (or 0xEDD2FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D2 and FC. RGB value is (237,210,252). Sum of RGB (Red+Green+Blue) = 237+210+252=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FC is #122D03. Grayscale: #DEDEDE. Windows color (decimal): -1191172 or 16569069. OLE color: 16569069.

HSL color Cylindrical-coordinate representation of color #EDD2FC: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD2FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237210252-
CMYK0.060.1700.01
HSL278.57º87.5%90.59%-
HSV(B)278.57º16.67%98.82%-
XYZ75.5471.13101.84-
YUV222.86144.45138.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 210 (82.42% from 255) = 30.04%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=33.91%
G=30.04%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372102520.060.1700.01278.5787.590.59
HexEDD2FC61101117585b
Octal35532237462101427130133
Binary111011011101001011111100110100010110001011110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2FC; }

 p { color: rgb(237,210,252); }

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

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

 a { background-color: rgb(237,210,252); }

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

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

 span { border-color: rgb(237,210,252); }

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