#EBDAFE

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

Shades of Blue Chalk #EBDAFE

Tints of Blue Chalk #EBDAFE

Color information

#EBDAFE (or 0xEBDAFE) is unknown color: approx Blue Chalk. HEX triplet: EB, DA and FE. RGB value is (235,218,254). Sum of RGB (Red+Green+Blue) = 235+218+254=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAFE is #142501. Grayscale: #E3E3E3. Windows color (decimal): -1320194 or 16702187. OLE color: 16702187.

HSL color Cylindrical-coordinate representation of color #EBDAFE: hue angle of 268.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDAFE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235218254-
CMYK0.070.1400.00
HSL268.33º94.74%92.55%-
HSV(B)268.33º14.17%99.61%-
XYZ77.2274.96104.16-
YUV227.19143.13133.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 30.83%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=33.24%
G=30.83%
B=35.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352182540.070.1400.00268.3394.7492.55
HexEBDAFE7E0010c5f5d
Octal35333237671600414137135
Binary11101011110110101111111011111100010000110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAFE; }

 p { color: rgb(235,218,254); }

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

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

 a { background-color: rgb(235,218,254); }

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

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

 span { border-color: rgb(235,218,254); }

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