#EDDCF5

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

Shades of Blue Chalk #EDDCF5

Tints of Blue Chalk #EDDCF5

Color information

#EDDCF5 (or 0xEDDCF5) is unknown color: approx Blue Chalk. HEX triplet: ED, DC and F5. RGB value is (237,220,245). Sum of RGB (Red+Green+Blue) = 237+220+245=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF5 is #12230A. Grayscale: #E3E3E3. Windows color (decimal): -1188619 or 16112877. OLE color: 16112877.

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

Color convert

RGB237220245-
CMYK0.030.1000.04
HSL280.8º55.56%91.18%-
HSV(B)280.8º10.2%96.08%-
XYZ7775.7896.96-
YUV227.93137.63134.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=33.76%
G=31.34%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372202450.030.1000.04280.855.5691.18
HexEDDCF53A04119385b
Octal3553343653120443170133
Binary11101101110111001111010111101001001000110011110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF5; }

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

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

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

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

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

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

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

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