Html Css Color HEX #DDBEB9 Cavern Pink

📋 copy color: '#DDBEB9'

red 221 ◦ green 190 ◦ blue 185

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

Shades of Cavern Pink #DDBEB9

Tints of Cavern Pink #DDBEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 37.08%
G = 31.88%
B = 31.04%

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

#DDBEB9 (or 0xDDBEB9) is known color: Cavern Pink. HEX triplet: DD, BE and B9. RGB value is (221,190,185). Sum of RGB (Red+Green+Blue) = 221+190+185=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB9 is #224146. Grayscale: #C6C6C6. Windows color (decimal): -2244935 or 12173021. OLE color: 12173021.

HSL color Cylindrical-coordinate representation of color #DDBEB9: hue angle of 8.33º degrees, saturation: 0.35, 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 #DDBEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 185 -
CMYK 0 0.14 0.16 0.13
HSL 8.33º 0.35% 0.8% -
HSV(B) 8.33º 0.16% 0.87% -
XYZ 56.99 55.7 53.65 -
YUV 198.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 221 190 185 0 0.14 0.16 0.13 8.33 0.35 0.8
Hex DD BE B9 0 E 10 D 8 23 50
Octal 335 276 271 0 16 20 15 10 43 120
Binary 11011101 10111110 10111001 0 1110 10000 1101 1000 100011 1010000

Color Harmonies of #DDBEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEB9

Black with #DDBEB9

Text Example


Text Example

White with #DDBEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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