#EBD4F7

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

Shades of Blue Chalk #EBD4F7

Tints of Blue Chalk #EBD4F7

Color information

#EBD4F7 (or 0xEBD4F7) is unknown color: approx Blue Chalk. HEX triplet: EB, D4 and F7. RGB value is (235,212,247). Sum of RGB (Red+Green+Blue) = 235+212+247=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBD4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4F7 is #142B08. Grayscale: #DEDEDE. Windows color (decimal): -1321737 or 16241899. OLE color: 16241899.

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

Color convert

RGB235212247-
CMYK0.050.1400.03
HSL279.43º68.63%90%-
HSV(B)279.43º14.17%96.86%-
XYZ74.5971.4697.86-
YUV222.87141.62136.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 212 (83.20% from 255) = 30.55%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=33.86%
G=30.55%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352122470.050.1400.03279.4368.6390
HexEBD4F75E03117455a
Octal35332436751603427105132
Binary111010111101010011110111101111001110001011110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4F7; }

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

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

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

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

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

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

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

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