Html Css Color HEX #DDBEBA Cavern Pink

📋 copy color: '#DDBEBA'

red 221 ◦ green 190 ◦ blue 186

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

Shades of Cavern Pink #DDBEBA

Tints of Cavern Pink #DDBEBA

RGB

 RED value IS 221 (86.72% from 255) = 37.02%

 GREEN value IS 190 (74.61% from 255) = 31.83%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 37.02%
G = 31.83%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDBEBA (or 0xDDBEBA) is known color: Cavern Pink. HEX triplet: DD, BE and BA. RGB value is (221,190,186). Sum of RGB (Red+Green+Blue) = 221+190+186=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBA is #224145. Grayscale: #C6C6C6. Windows color (decimal): -2244934 or 12238557. OLE color: 12238557.

HSL color Cylindrical-coordinate representation of color #DDBEBA: hue angle of 6.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBEBA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 186 -
CMYK 0 0.14 0.16 0.13
HSL 6.86º 0.34% 0.8% -
HSV(B) 6.86º 0.16% 0.87% -
XYZ 57.1 55.74 54.2 -
YUV 198.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 221 190 186 0 0.14 0.16 0.13 6.86 0.34 0.8
Hex DD BE BA 0 E 10 D 7 22 50
Octal 335 276 272 0 16 20 15 7 42 120
Binary 11011101 10111110 10111010 0 1110 10000 1101 111 100010 1010000

Color Harmonies of #DDBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEBA

Black with #DDBEBA

Text Example


Text Example

White with #DDBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEBA; }

 p { color: rgb(221,190,186); }

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

background-color css

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

 a { background-color: rgb(221,190,186); }

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

border-color css

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

 span { border-color: rgb(221,190,186); }

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