#ECCFBD

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

Shades of Watusi #ECCFBD

Tints of Watusi #ECCFBD

Color information

#ECCFBD (or 0xECCFBD) is unknown color: approx Watusi. HEX triplet: EC, CF and BD. RGB value is (236,207,189). Sum of RGB (Red+Green+Blue) = 236+207+189=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFBD is #133042. Grayscale: #D5D5D5. Windows color (decimal): -1257539 or 12439532. OLE color: 12439532.

HSL color Cylindrical-coordinate representation of color #ECCFBD: hue angle of 22.98º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCFBD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236207189-
CMYK00.120.200.07
HSL22.98º55.29%83.33%-
HSV(B)22.98º19.92%92.55%-
XYZ66.0966.1357.43-
YUV213.62114.11143.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=37.34%
G=32.75%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620718900.120.200.0722.9855.2983.33
HexECCFBD0C147173753
Octal3543172750142472767123
Binary1110110011001111101111010110010100111101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFBD; }

 p { color: rgb(236,207,189); }

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

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

 a { background-color: rgb(236,207,189); }

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

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

 span { border-color: rgb(236,207,189); }

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