#EDD0FC

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

Shades of Blue Chalk #EDD0FC

Tints of Blue Chalk #EDD0FC

Color information

#EDD0FC (or 0xEDD0FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D0 and FC. RGB value is (237,208,252). Sum of RGB (Red+Green+Blue) = 237+208+252=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FC is #122F03. Grayscale: #DDDDDD. Windows color (decimal): -1191684 or 16568557. OLE color: 16568557.

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

Color convert

RGB237208252-
CMYK0.060.1700.01
HSL279.55º88%90.2%-
HSV(B)279.55º17.46%98.82%-
XYZ75.0570.14101.68-
YUV221.69145.11138.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 208 (81.64% from 255) = 29.84%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=34.00%
G=29.84%
B=36.15%

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
Decimal2372082520.060.1700.01279.558890.2
HexEDD0FC61101118585a
Octal35532037462101430130132
Binary111011011101000011111100110100010110001100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0FC; }

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

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

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

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

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

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

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

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