#ECAEB4

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

Shades of Blossom #ECAEB4

Tints of Blossom #ECAEB4

Color information

#ECAEB4 (or 0xECAEB4) is unknown color: approx Blossom. HEX triplet: EC, AE and B4. RGB value is (236,174,180). Sum of RGB (Red+Green+Blue) = 236+174+180=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEB4 is #13514B. Grayscale: #C1C1C1. Windows color (decimal): -1265996 or 11841260. OLE color: 11841260.

HSL color Cylindrical-coordinate representation of color #ECAEB4: hue angle of 354.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEB4 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236174180-
CMYK00.260.240.07
HSL354.19º62%80.39%-
HSV(B)354.19º26.27%92.55%-
XYZ57.9751.450.05-
YUV193.22120.54158.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=40%
G=29.49%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617418000.260.240.07354.196280.39
HexECAEB401A1871623e50
Octal35425626403230754276120
Binary111011001010111010110100011010110001111011000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEB4; }

 p { color: rgb(236,174,180); }

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

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

 a { background-color: rgb(236,174,180); }

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

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

 span { border-color: rgb(236,174,180); }

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