Html Css Color HEX #DDB6B6 Cavern Pink

📋 copy color: '#DDB6B6'

red 221 ◦ green 182 ◦ blue 182

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

Shades of Cavern Pink #DDB6B6

Tints of Cavern Pink #DDB6B6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.11%

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 37.78%
G = 31.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDB6B6 (or 0xDDB6B6) is known color: Cavern Pink. HEX triplet: DD, B6 and B6. RGB value is (221,182,182). Sum of RGB (Red+Green+Blue) = 221+182+182=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6B6 is #224949. Grayscale: #C1C1C1. Windows color (decimal): -2246986 or 11974365. OLE color: 11974365.

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

Color convert

RGB 221 182 182 -
CMYK 0 0.18 0.18 0.13
HSL 0.36% 0.79% -
HSV(B) 0.18% 0.87% -
XYZ 54.99 52.21 51.43 -
YUV 193.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 221 182 182 0 0.18 0.18 0.13 0 0.36 0.79
Hex DD B6 B6 0 12 12 D 0 24 4F
Octal 335 266 266 0 22 22 15 0 44 117
Binary 11011101 10110110 10110110 0 10010 10010 1101 0 100100 1001111

Color Harmonies of #DDB6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6B6

Black with #DDB6B6

Text Example


Text Example

White with #DDB6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6B6; }

 p { color: rgb(221,182,182); }

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

background-color css

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

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

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

border-color css

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

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

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