#EBDBF0

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

Shades of Blue Chalk #EBDBF0

Tints of Blue Chalk #EBDBF0

Color information

#EBDBF0 (or 0xEBDBF0) is unknown color: approx Blue Chalk. HEX triplet: EB, DB and F0. RGB value is (235,219,240). Sum of RGB (Red+Green+Blue) = 235+219+240=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBF0 is #14240F. Grayscale: #E2E2E2. Windows color (decimal): -1319952 or 15784939. OLE color: 15784939.

HSL color Cylindrical-coordinate representation of color #EBDBF0: hue angle of 285.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDBF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235219240-
CMYK0.020.0900.06
HSL285.71º41.18%90%-
HSV(B)285.71º8.75%94.12%-
XYZ75.3274.6292.87-
YUV226.18135.8134.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=33.86%
G=31.56%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352192400.020.0900.06285.7141.1890
HexEBDBF0290611e295a
Octal3533333602110643651132
Binary11101011110110111111000010100101101000111101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBF0; }

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

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

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

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

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

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

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

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