#EDCCF9

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

Shades of Blue Chalk #EDCCF9

Tints of Blue Chalk #EDCCF9

Color information

#EDCCF9 (or 0xEDCCF9) is unknown color: approx Blue Chalk. HEX triplet: ED, CC and F9. RGB value is (237,204,249). Sum of RGB (Red+Green+Blue) = 237+204+249=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCF9 is #123306. Grayscale: #DADADA. Windows color (decimal): -1192711 or 16370925. OLE color: 16370925.

HSL color Cylindrical-coordinate representation of color #EDCCF9: hue angle of 284º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCCF9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237204249-
CMYK0.050.1800.02
HSL284º78.95%88.82%-
HSV(B)284º18.07%97.65%-
XYZ73.6268.0398.87-
YUV219144.93140.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=34.35%
G=29.57%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372042490.050.1800.0228478.9588.82
HexEDCCF95120211c4f59
Octal35531437152202434117131
Binary1110110111001100111110011011001001010001110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCF9; }

 p { color: rgb(237,204,249); }

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

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

 a { background-color: rgb(237,204,249); }

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

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

 span { border-color: rgb(237,204,249); }

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