#EDCDFD

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

Shades of Blue Chalk #EDCDFD

Tints of Blue Chalk #EDCDFD

Color information

#EDCDFD (or 0xEDCDFD) is unknown color: approx Blue Chalk. HEX triplet: ED, CD and FD. RGB value is (237,205,253). Sum of RGB (Red+Green+Blue) = 237+205+253=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFD is #123202. Grayscale: #DBDBDB. Windows color (decimal): -1192451 or 16633325. OLE color: 16633325.

HSL color Cylindrical-coordinate representation of color #EDCDFD: hue angle of 280º 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 #EDCDFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237205253-
CMYK0.060.1900.01
HSL280º92.31%89.8%-
HSV(B)280º18.97%99.22%-
XYZ74.4968.76102.27-
YUV220.04146.6140.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=34.10%
G=29.50%
B=36.40%

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
Decimal2372052530.060.1900.0128092.3189.8
HexEDCDFD613011185c5a
Octal35531537562301430134132
Binary111011011100110111111101110100110110001100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDFD; }

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

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

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

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

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

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

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

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