#EDCFFE

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

Shades of Blue Chalk #EDCFFE

Tints of Blue Chalk #EDCFFE

Color information

#EDCFFE (or 0xEDCFFE) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and FE. RGB value is (237,207,254). Sum of RGB (Red+Green+Blue) = 237+207+254=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFE is #123001. Grayscale: #DDDDDD. Windows color (decimal): -1191938 or 16699373. OLE color: 16699373.

HSL color Cylindrical-coordinate representation of color #EDCFFE: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCFFE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237207254-
CMYK0.070.1900.00
HSL278.3º95.92%90.39%-
HSV(B)278.3º18.5%99.61%-
XYZ75.1369.79103.28-
YUV221.33146.44139.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=33.95%
G=29.66%
B=36.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372072540.070.1900.00278.395.9290.39
HexEDCFFE71300116605a
Octal35531737672300426140132
Binary111011011100111111111110111100110010001011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFFE; }

 p { color: rgb(237,207,254); }

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

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

 a { background-color: rgb(237,207,254); }

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

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

 span { border-color: rgb(237,207,254); }

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