Html Css Color HEX #EECDBC Watusi

📋 copy color: '#EECDBC'

red 238 ◦ green 205 ◦ blue 188

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

Shades of Watusi #EECDBC

Tints of Watusi #EECDBC

RGB

 RED value IS 238 (93.36% from 255) = 37.72%

 GREEN value IS 205 (80.47% from 255) = 32.49%

 BLUE value IS 188 (73.83% from 255) = 29.79%

R = 37.72%
G = 32.49%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EECDBC (or 0xEECDBC) is known color: Watusi. HEX triplet: EE, CD and BC. RGB value is (238,205,188). Sum of RGB (Red+Green+Blue) = 238+205+188=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDBC is #113243. Grayscale: #D5D5D5. Windows color (decimal): -1126980 or 12373486. OLE color: 12373486.

HSL color Cylindrical-coordinate representation of color #EECDBC: hue angle of 20.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EECDBC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 188 -
CMYK 0 0.14 0.21 0.07
HSL 20.4º 0.6% 0.84% -
HSV(B) 20.4º 0.21% 0.93% -
XYZ 66.17 65.47 56.73 -
YUV 212.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 238 205 188 0 0.14 0.21 0.07 20.4 0.6 0.84
Hex EE CD BC 0 E 15 7 14 3C 54
Octal 356 315 274 0 16 25 7 24 74 124
Binary 11101110 11001101 10111100 0 1110 10101 111 10100 111100 1010100

Color Harmonies of #EECDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDBC

Black with #EECDBC

Text Example


Text Example

White with #EECDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDBC; }

 p { color: rgb(238,205,188); }

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

background-color css

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

 a { background-color: rgb(238,205,188); }

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

border-color css

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

 span { border-color: rgb(238,205,188); }

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