#EBDAF2

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

Shades of Blue Chalk #EBDAF2

Tints of Blue Chalk #EBDAF2

Color information

#EBDAF2 (or 0xEBDAF2) is unknown color: approx Blue Chalk. HEX triplet: EB, DA and F2. RGB value is (235,218,242). Sum of RGB (Red+Green+Blue) = 235+218+242=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAF2 is #14250D. Grayscale: #E1E1E1. Windows color (decimal): -1320206 or 15915755. OLE color: 15915755.

HSL color Cylindrical-coordinate representation of color #EBDAF2: hue angle of 282.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDAF2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235218242-
CMYK0.030.1000.05
HSL282.5º48%90.2%-
HSV(B)282.5º9.92%94.9%-
XYZ75.3674.2294.36-
YUV225.82137.13134.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 242 (94.92% from 255) = 34.82%
R=33.81%
G=31.37%
B=34.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352182420.030.1000.05282.54890.2
HexEBDAF23A0511a305a
Octal3533323623120543260132
Binary11101011110110101111001011101001011000110101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAF2; }

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

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

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

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

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

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

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

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