#EBDBF7

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

Shades of Blue Chalk #EBDBF7

Tints of Blue Chalk #EBDBF7

Color information

#EBDBF7 (or 0xEBDBF7) is unknown color: approx Blue Chalk. HEX triplet: EB, DB and F7. RGB value is (235,219,247). Sum of RGB (Red+Green+Blue) = 235+219+247=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBF7 is #142408. Grayscale: #E2E2E2. Windows color (decimal): -1319945 or 16243691. OLE color: 16243691.

HSL color Cylindrical-coordinate representation of color #EBDBF7: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDBF7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235219247-
CMYK0.050.1100.03
HSL274.29º63.64%91.37%-
HSV(B)274.29º11.34%96.86%-
XYZ76.3875.0498.45-
YUV226.98139.3133.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 31.24%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=33.52%
G=31.24%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352192470.050.1100.03274.2963.6491.37
HexEBDBF75B03112405b
Octal35333336751303422100133
Binary111010111101101111110111101101101110001001010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBF7; }

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

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

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

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

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

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

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

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