#EDD2FD

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

Shades of Blue Chalk #EDD2FD

Tints of Blue Chalk #EDD2FD

Color information

#EDD2FD (or 0xEDD2FD) is unknown color: approx Blue Chalk. HEX triplet: ED, D2 and FD. RGB value is (237,210,253). Sum of RGB (Red+Green+Blue) = 237+210+253=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FD is #122D02. Grayscale: #DEDEDE. Windows color (decimal): -1191171 or 16634605. OLE color: 16634605.

HSL color Cylindrical-coordinate representation of color #EDD2FD: hue angle of 277.67º degrees, saturation: 0.91, 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 #EDD2FD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237210253-
CMYK0.060.1700.01
HSL277.67º91.49%90.78%-
HSV(B)277.67º17%99.22%-
XYZ75.771.19102.68-
YUV222.98144.95138-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 210 (82.42% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=33.86%
G=30%
B=36.14%

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
Decimal2372102530.060.1700.01277.6791.4990.78
HexEDD2FD611011165b5b
Octal35532237562101426133133
Binary111011011101001011111101110100010110001011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2FD; }

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

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

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

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

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

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

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

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