Html Css Color HEX #ECCCBD Watusi

📋 copy color: '#ECCCBD'

red 236 ◦ green 204 ◦ blue 189

#ECCCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #ECCCBD

Tints of Watusi #ECCCBD

RGB

 RED value IS 236 (92.58% from 255) = 37.52%

 GREEN value IS 204 (80.08% from 255) = 32.43%

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 37.52%
G = 32.43%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECCCBD (or 0xECCCBD) is known color: Watusi. HEX triplet: EC, CC and BD. RGB value is (236,204,189). Sum of RGB (Red+Green+Blue) = 236+204+189=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCBD is #133342. Grayscale: #D3D3D3. Windows color (decimal): -1258307 or 12438764. OLE color: 12438764.

HSL color Cylindrical-coordinate representation of color #ECCCBD: hue angle of 19.15º 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 #ECCCBD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 204 189 -
CMYK 0 0.14 0.20 0.07
HSL 19.15º 0.55% 0.83% -
HSV(B) 19.15º 0.2% 0.93% -
XYZ 65.37 64.69 57.19 -
YUV 211.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 236 204 189 0 0.14 0.20 0.07 19.15 0.55 0.83
Hex EC CC BD 0 E 14 7 13 37 53
Octal 354 314 275 0 16 24 7 23 67 123
Binary 11101100 11001100 10111101 0 1110 10100 111 10011 110111 1010011

Color Harmonies of #ECCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCBD

Black with #ECCCBD

Text Example


Text Example

White with #ECCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCBD; }

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

 H1.HeaderClassName
 {
   color: #ECCCBD;
 }
 .AnyTagClassName
 {
   color: #ECCCBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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