#EBD1F2

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

Shades of Blue Chalk #EBD1F2

Tints of Blue Chalk #EBD1F2

Color information

#EBD1F2 (or 0xEBD1F2) is unknown color: approx Blue Chalk. HEX triplet: EB, D1 and F2. RGB value is (235,209,242). Sum of RGB (Red+Green+Blue) = 235+209+242=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBD1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1F2 is #142E0D. Grayscale: #DCDCDC. Windows color (decimal): -1322510 or 15913451. OLE color: 15913451.

HSL color Cylindrical-coordinate representation of color #EBD1F2: hue angle of 287.27º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD1F2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235209242-
CMYK0.030.1400.05
HSL287.27º55.93%88.43%-
HSV(B)287.27º13.64%94.9%-
XYZ73.0969.6793.6-
YUV220.54140.11138.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 209 (82.03% from 255) = 30.47%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=34.26%
G=30.47%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352092420.030.1400.05287.2755.9388.43
HexEBD1F23E0511f3858
Octal3533213623160543770130
Binary11101011110100011111001011111001011000111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1F2; }

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

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

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

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

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

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

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

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