#EBDBFD

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

Shades of Blue Chalk #EBDBFD

Tints of Blue Chalk #EBDBFD

Color information

#EBDBFD (or 0xEBDBFD) is unknown color: approx Blue Chalk. HEX triplet: EB, DB and FD. RGB value is (235,219,253). Sum of RGB (Red+Green+Blue) = 235+219+253=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFD is #142402. Grayscale: #E3E3E3. Windows color (decimal): -1319939 or 16636907. OLE color: 16636907.

HSL color Cylindrical-coordinate representation of color #EBDBFD: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDBFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235219253-
CMYK0.070.1300.01
HSL268.24º89.47%92.55%-
HSV(B)268.24º13.44%99.22%-
XYZ77.3275.42103.41-
YUV227.66142.3133.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=33.24%
G=30.98%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352192530.070.1300.01268.2489.4792.55
HexEBDBFD7D0110c595d
Octal35333337571501414131135
Binary11101011110110111111110111111010110000110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBFD; }

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

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

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

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

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

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

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

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