Html Css Color HEX #E9CDBC Watusi

📋 copy color: '#E9CDBC'

red 233 ◦ green 205 ◦ blue 188

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

Shades of Watusi #E9CDBC

Tints of Watusi #E9CDBC

RGB

 RED value IS 233 (91.41% from 255) = 37.22%

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

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

R = 37.22%
G = 32.75%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E9CDBC (or 0xE9CDBC) is known color: Watusi. HEX triplet: E9, CD and BC. RGB value is (233,205,188). Sum of RGB (Red+Green+Blue) = 233+205+188=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDBC is #163243. Grayscale: #D3D3D3. Windows color (decimal): -1454660 or 12373481. OLE color: 12373481.

HSL color Cylindrical-coordinate representation of color #E9CDBC: hue angle of 22.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CDBC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 188 -
CMYK 0 0.12 0.19 0.09
HSL 22.67º 0.51% 0.83% -
HSV(B) 22.67º 0.19% 0.91% -
XYZ 64.51 64.62 56.65 -
YUV 211.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 233 205 188 0 0.12 0.19 0.09 22.67 0.51 0.83
Hex E9 CD BC 0 C 13 9 17 33 53
Octal 351 315 274 0 14 23 11 27 63 123
Binary 11101001 11001101 10111100 0 1100 10011 1001 10111 110011 1010011

Color Harmonies of #E9CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDBC

Black with #E9CDBC

Text Example


Text Example

White with #E9CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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