#EDCFFB

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

Shades of Blue Chalk #EDCFFB

Tints of Blue Chalk #EDCFFB

Color information

#EDCFFB (or 0xEDCFFB) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and FB. RGB value is (237,207,251). Sum of RGB (Red+Green+Blue) = 237+207+251=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFB is #123004. Grayscale: #DCDCDC. Windows color (decimal): -1191941 or 16502765. OLE color: 16502765.

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

Color convert

RGB237207251-
CMYK0.060.1800.02
HSL280.91º84.62%89.8%-
HSV(B)280.91º17.53%98.43%-
XYZ74.6569.6100.77-
YUV220.99144.94139.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=34.10%
G=29.78%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372072510.060.1800.02280.9184.6289.8
HexEDCFFB61202119555a
Octal35531737362202431125132
Binary1110110111001111111110111101001001010001100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFFB; }

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

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

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

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

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

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

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

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