#EBCDFF

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

Shades of Blue Chalk #EBCDFF

Tints of Blue Chalk #EBCDFF

Color information

#EBCDFF (or 0xEBCDFF) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and FF. RGB value is (235,205,255). Sum of RGB (Red+Green+Blue) = 235+205+255=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFF is #143200. Grayscale: #DBDBDB. Windows color (decimal): -1323521 or 16764395. OLE color: 16764395.

HSL color Cylindrical-coordinate representation of color #EBCDFF: hue angle of 276º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCDFF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235205255-
CMYK0.080.2000
HSL276º100%90.2%-
HSV(B)276º19.61%100%-
XYZ74.1468.54103.93-
YUV219.67147.94138.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 255 (100% from 255) = 36.69%
R=33.81%
G=29.50%
B=36.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352052550.080.200027610090.2
HexEBCDFF81400114645a
Octal353315377102400424144132
Binary1110101111001101111111111000101000010001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDFF; }

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

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

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

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

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

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

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

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