#EBCDF4

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

Shades of Blue Chalk #EBCDF4

Tints of Blue Chalk #EBCDF4

Color information

#EBCDF4 (or 0xEBCDF4) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and F4. RGB value is (235,205,244). Sum of RGB (Red+Green+Blue) = 235+205+244=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDF4 is #14320B. Grayscale: #DADADA. Windows color (decimal): -1323532 or 16043499. OLE color: 16043499.

HSL color Cylindrical-coordinate representation of color #EBCDF4: hue angle of 286.15º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBCDF4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235205244-
CMYK0.040.1600.04
HSL286.15º63.93%88.04%-
HSV(B)286.15º15.98%95.69%-
XYZ72.4267.8694.87-
YUV218.42142.44139.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=34.36%
G=29.97%
B=35.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352052440.040.1600.04286.1563.9388.04
HexEBCDF44100411e4058
Octal35331536442004436100130
Binary11101011110011011111010010010000010010001111010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDF4; }

 p { color: rgb(235,205,244); }

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

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

 a { background-color: rgb(235,205,244); }

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

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

 span { border-color: rgb(235,205,244); }

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