Html Css Color HEX #DDBDB9 Cavern Pink

📋 copy color: '#DDBDB9'

red 221 ◦ green 189 ◦ blue 185

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

Shades of Cavern Pink #DDBDB9

Tints of Cavern Pink #DDBDB9

RGB

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

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

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

R = 37.14%
G = 31.76%
B = 31.09%

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

#DDBDB9 (or 0xDDBDB9) is known color: Cavern Pink. HEX triplet: DD, BD and B9. RGB value is (221,189,185). Sum of RGB (Red+Green+Blue) = 221+189+185=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDB9 is #224246. Grayscale: #C6C6C6. Windows color (decimal): -2245191 or 12172765. OLE color: 12172765.

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

Color convert

RGB 221 189 185 -
CMYK 0 0.14 0.16 0.13
HSL 6.67º 0.35% 0.8% -
HSV(B) 6.67º 0.16% 0.87% -
XYZ 56.77 55.27 53.57 -
YUV 198.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 221 189 185 0 0.14 0.16 0.13 6.67 0.35 0.8
Hex DD BD B9 0 E 10 D 7 23 50
Octal 335 275 271 0 16 20 15 7 43 120
Binary 11011101 10111101 10111001 0 1110 10000 1101 111 100011 1010000

Color Harmonies of #DDBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDB9

Black with #DDBDB9

Text Example


Text Example

White with #DDBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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