Html Css Color HEX #DDB5B3 Cavern Pink

📋 copy color: '#DDB5B3'

red 221 ◦ green 181 ◦ blue 179

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

Shades of Cavern Pink #DDB5B3

Tints of Cavern Pink #DDB5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

 BLUE value IS 179 (70.31% from 255) = 30.81%

R = 38.04%
G = 31.15%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDB5B3 (or 0xDDB5B3) is known color: Cavern Pink. HEX triplet: DD, B5 and B3. RGB value is (221,181,179). Sum of RGB (Red+Green+Blue) = 221+181+179=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5B3 is #224A4C. Grayscale: #C0C0C0. Windows color (decimal): -2247245 or 11777501. OLE color: 11777501.

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

Color convert

RGB 221 181 179 -
CMYK 0 0.18 0.19 0.13
HSL 2.86º 0.38% 0.78% -
HSV(B) 2.86º 0.19% 0.87% -
XYZ 54.48 51.67 49.75 -
YUV 192.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 221 181 179 0 0.18 0.19 0.13 2.86 0.38 0.78
Hex DD B5 B3 0 12 13 D 3 26 4E
Octal 335 265 263 0 22 23 15 3 46 116
Binary 11011101 10110101 10110011 0 10010 10011 1101 11 100110 1001110

Color Harmonies of #DDB5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5B3

Black with #DDB5B3

Text Example


Text Example

White with #DDB5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5B3; }

 p { color: rgb(221,181,179); }

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

background-color css

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

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

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

border-color css

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

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

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