#EBCDF2

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

Shades of Blue Chalk #EBCDF2

Tints of Blue Chalk #EBCDF2

Color information

#EBCDF2 (or 0xEBCDF2) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and F2. RGB value is (235,205,242). Sum of RGB (Red+Green+Blue) = 235+205+242=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDF2 is #14320D. Grayscale: #DADADA. Windows color (decimal): -1323534 or 15912427. OLE color: 15912427.

HSL color Cylindrical-coordinate representation of color #EBCDF2: hue angle of 288.65º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCDF2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235205242-
CMYK0.030.1500.05
HSL288.65º58.73%87.65%-
HSV(B)288.65º15.29%94.9%-
XYZ72.1267.7493.28-
YUV218.19141.44139.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=34.46%
G=30.06%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352052420.030.1500.05288.6558.7387.65
HexEBCDF23F051213b58
Octal3533153623170544173130
Binary11101011110011011111001011111101011001000011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDF2; }

 p { color: rgb(235,205,242); }

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

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

 a { background-color: rgb(235,205,242); }

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

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

 span { border-color: rgb(235,205,242); }

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