#EBCCF4

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

Shades of Blue Chalk #EBCCF4

Tints of Blue Chalk #EBCCF4

Color information

#EBCCF4 (or 0xEBCCF4) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F4. RGB value is (235,204,244). Sum of RGB (Red+Green+Blue) = 235+204+244=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBCCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF4 is #14330B. Grayscale: #D9D9D9. Windows color (decimal): -1323788 or 16043243. OLE color: 16043243.

HSL color Cylindrical-coordinate representation of color #EBCCF4: hue angle of 286.5º degrees, saturation: 0.65, 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 #EBCCF4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235204244-
CMYK0.040.1600.04
HSL286.5º64.52%87.84%-
HSV(B)286.5º16.39%95.69%-
XYZ72.1867.3894.79-
YUV217.83142.77140.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=34.41%
G=29.87%
B=35.72%

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
Decimal2352042440.040.1600.04286.564.5287.84
HexEBCCF44100411e4158
Octal35331436442004436101130
Binary11101011110011001111010010010000010010001111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF4; }

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

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

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

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

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

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

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

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