#EBD0FD

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

Shades of Blue Chalk #EBD0FD

Tints of Blue Chalk #EBD0FD

Color information

#EBD0FD (or 0xEBD0FD) is unknown color: approx Blue Chalk. HEX triplet: EB, D0 and FD. RGB value is (235,208,253). Sum of RGB (Red+Green+Blue) = 235+208+253=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 208 (81.64% from 255 or 29.89% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0FD is #142F02. Grayscale: #DDDDDD. Windows color (decimal): -1322755 or 16634091. OLE color: 16634091.

HSL color Cylindrical-coordinate representation of color #EBD0FD: hue angle of 276º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD0FD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235208253-
CMYK0.070.1800.01
HSL276º91.84%90.39%-
HSV(B)276º17.79%99.22%-
XYZ74.5569.87102.48-
YUV221.2145.95137.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 208 (81.64% from 255) = 29.89%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=33.76%
G=29.89%
B=36.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352082530.070.1800.0127691.8490.39
HexEBD0FD712011145c5a
Octal35332037572201424134132
Binary111010111101000011111101111100100110001010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0FD; }

 p { color: rgb(235,208,253); }

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

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

 a { background-color: rgb(235,208,253); }

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

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

 span { border-color: rgb(235,208,253); }

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