#EDCFFD

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

Shades of Blue Chalk #EDCFFD

Tints of Blue Chalk #EDCFFD

Color information

#EDCFFD (or 0xEDCFFD) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and FD. RGB value is (237,207,253). Sum of RGB (Red+Green+Blue) = 237+207+253=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFD is #123002. Grayscale: #DDDDDD. Windows color (decimal): -1191939 or 16633837. OLE color: 16633837.

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

Color convert

RGB237207253-
CMYK0.060.1800.01
HSL279.13º92%90.2%-
HSV(B)279.13º18.18%99.22%-
XYZ74.9769.72102.43-
YUV221.21145.94139.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 207 (81.25% from 255) = 29.70%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=34.00%
G=29.70%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372072530.060.1800.01279.139290.2
HexEDCFFD612011175c5a
Octal35531737562201427134132
Binary111011011100111111111101110100100110001011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFFD; }

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

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

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

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

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

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

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

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