#EDDCF6

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

Shades of Blue Chalk #EDDCF6

Tints of Blue Chalk #EDDCF6

Color information

#EDDCF6 (or 0xEDDCF6) is unknown color: approx Blue Chalk. HEX triplet: ED, DC and F6. RGB value is (237,220,246). Sum of RGB (Red+Green+Blue) = 237+220+246=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF6 is #122309. Grayscale: #E3E3E3. Windows color (decimal): -1188618 or 16178413. OLE color: 16178413.

HSL color Cylindrical-coordinate representation of color #EDDCF6: hue angle of 279.23º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDCF6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237220246-
CMYK0.040.1100.04
HSL279.23º59.09%91.37%-
HSV(B)279.23º10.57%96.47%-
XYZ77.1575.8497.76-
YUV228.05138.13134.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=33.71%
G=31.29%
B=34.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372202460.040.1100.04279.2359.0991.37
HexEDDCF64B041173b5b
Octal3553343664130442773133
Binary111011011101110011110110100101101001000101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF6; }

 p { color: rgb(237,220,246); }

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

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

 a { background-color: rgb(237,220,246); }

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

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

 span { border-color: rgb(237,220,246); }

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