Html Css Color HEX #EECCBF Watusi

📋 copy color: '#EECCBF'

red 238 ◦ green 204 ◦ blue 191

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

Shades of Watusi #EECCBF

Tints of Watusi #EECCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.17%

R = 37.6%
G = 32.23%
B = 30.17%

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

#EECCBF (or 0xEECCBF) is known color: Watusi. HEX triplet: EE, CC and BF. RGB value is (238,204,191). Sum of RGB (Red+Green+Blue) = 238+204+191=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBF is #113340. Grayscale: #D4D4D4. Windows color (decimal): -1127233 or 12569838. OLE color: 12569838.

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

Color convert

RGB 238 204 191 -
CMYK 0 0.14 0.20 0.07
HSL 16.6º 0.58% 0.84% -
HSV(B) 16.6º 0.2% 0.93% -
XYZ 66.26 65.12 58.37 -
YUV 212.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 238 204 191 0 0.14 0.20 0.07 16.6 0.58 0.84
Hex EE CC BF 0 E 14 7 11 3A 54
Octal 356 314 277 0 16 24 7 21 72 124
Binary 11101110 11001100 10111111 0 1110 10100 111 10001 111010 1010100

Color Harmonies of #EECCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCBF

Black with #EECCBF

Text Example


Text Example

White with #EECCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCBF; }

 p { color: rgb(238,204,191); }

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

background-color css

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

 a { background-color: rgb(238,204,191); }

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

border-color css

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

 span { border-color: rgb(238,204,191); }

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