Html Css Color HEX #EDCDBE Watusi

📋 copy color: '#EDCDBE'

red 237 ◦ green 205 ◦ blue 190

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

Shades of Watusi #EDCDBE

Tints of Watusi #EDCDBE

RGB

 RED value IS 237 (92.97% from 255) = 37.5%

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

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 37.5%
G = 32.44%
B = 30.06%

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

#EDCDBE (or 0xEDCDBE) is known color: Watusi. HEX triplet: ED, CD and BE. RGB value is (237,205,190). Sum of RGB (Red+Green+Blue) = 237+205+190=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBE is #123241. Grayscale: #D4D4D4. Windows color (decimal): -1192514 or 12504557. OLE color: 12504557.

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

Color convert

RGB 237 205 190 -
CMYK 0 0.14 0.20 0.07
HSL 19.15º 0.57% 0.84% -
HSV(B) 19.15º 0.2% 0.93% -
XYZ 66.05 65.38 57.85 -
YUV 212.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 237 205 190 0 0.14 0.20 0.07 19.15 0.57 0.84
Hex ED CD BE 0 E 14 7 13 39 54
Octal 355 315 276 0 16 24 7 23 71 124
Binary 11101101 11001101 10111110 0 1110 10100 111 10011 111001 1010100

Color Harmonies of #EDCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDBE

Black with #EDCDBE

Text Example


Text Example

White with #EDCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDBE; }

 p { color: rgb(237,205,190); }

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

background-color css

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

 a { background-color: rgb(237,205,190); }

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

border-color css

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

 span { border-color: rgb(237,205,190); }

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