#EBCDFD

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

Shades of Blue Chalk #EBCDFD

Tints of Blue Chalk #EBCDFD

Color information

#EBCDFD (or 0xEBCDFD) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and FD. RGB value is (235,205,253). Sum of RGB (Red+Green+Blue) = 235+205+253=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFD is #143202. Grayscale: #DBDBDB. Windows color (decimal): -1323523 or 16633323. OLE color: 16633323.

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

Color convert

RGB235205253-
CMYK0.070.1900.01
HSL277.5º92.31%89.8%-
HSV(B)277.5º18.97%99.22%-
XYZ73.8268.42102.24-
YUV219.44146.94139.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=33.91%
G=29.58%
B=36.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352052530.070.1900.01277.592.3189.8
HexEBCDFD713011165c5a
Octal35331537572301426134132
Binary111010111100110111111101111100110110001011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDFD; }

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

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

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

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

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

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

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

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