Html Css Color HEX #E0BDBC Cavern Pink

📋 copy color: '#E0BDBC'

red 224 ◦ green 189 ◦ blue 188

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

Shades of Cavern Pink #E0BDBC

Tints of Cavern Pink #E0BDBC

RGB

 RED value IS 224 (87.89% from 255) = 37.27%

 GREEN value IS 189 (74.22% from 255) = 31.45%

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

R = 37.27%
G = 31.45%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0BDBC (or 0xE0BDBC) is known color: Cavern Pink. HEX triplet: E0, BD and BC. RGB value is (224,189,188). Sum of RGB (Red+Green+Blue) = 224+189+188=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBC is #1F4243. Grayscale: #C7C7C7. Windows color (decimal): -2048580 or 12369376. OLE color: 12369376.

HSL color Cylindrical-coordinate representation of color #E0BDBC: hue angle of 1.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDBC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 188 -
CMYK 0 0.16 0.16 0.12
HSL 1.67º 0.37% 0.81% -
HSV(B) 1.67º 0.16% 0.88% -
XYZ 58.02 55.87 55.3 -
YUV 199.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 224 189 188 0 0.16 0.16 0.12 1.67 0.37 0.81
Hex E0 BD BC 0 10 10 C 2 25 51
Octal 340 275 274 0 20 20 14 2 45 121
Binary 11100000 10111101 10111100 0 10000 10000 1100 10 100101 1010001

Color Harmonies of #E0BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDBC

Black with #E0BDBC

Text Example


Text Example

White with #E0BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDBC; }

 p { color: rgb(224,189,188); }

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

background-color css

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

 a { background-color: rgb(224,189,188); }

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

border-color css

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

 span { border-color: rgb(224,189,188); }

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