#EDCEFD

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

Shades of Blue Chalk #EDCEFD

Tints of Blue Chalk #EDCEFD

Color information

#EDCEFD (or 0xEDCEFD) is unknown color: approx Blue Chalk. HEX triplet: ED, CE and FD. RGB value is (237,206,253). Sum of RGB (Red+Green+Blue) = 237+206+253=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFD is #123102. Grayscale: #DCDCDC. Windows color (decimal): -1192195 or 16633581. OLE color: 16633581.

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

Color convert

RGB237206253-
CMYK0.060.1900.01
HSL279.57º92.16%90%-
HSV(B)279.57º18.58%99.22%-
XYZ74.7369.24102.35-
YUV220.63146.27139.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 206 (80.86% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=34.05%
G=29.60%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372062530.060.1900.01279.5792.1690
HexEDCEFD613011185c5a
Octal35531637562301430134132
Binary111011011100111011111101110100110110001100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEFD; }

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

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

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

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

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

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

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

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