Html Css Color HEX #DDBBB0 Cavern Pink

📋 copy color: '#DDBBB0'

red 221 ◦ green 187 ◦ blue 176

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

Shades of Cavern Pink #DDBBB0

Tints of Cavern Pink #DDBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.02%

 BLUE value IS 176 (69.14% from 255) = 30.14%

R = 37.84%
G = 32.02%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDBBB0 (or 0xDDBBB0) is known color: Cavern Pink. HEX triplet: DD, BB and B0. RGB value is (221,187,176). Sum of RGB (Red+Green+Blue) = 221+187+176=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBB0 is #22444F. Grayscale: #C3C3C3. Windows color (decimal): -2245712 or 11582429. OLE color: 11582429.

HSL color Cylindrical-coordinate representation of color #DDBBB0: hue angle of 14.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBBB0 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 176 -
CMYK 0 0.15 0.20 0.13
HSL 14.67º 0.4% 0.78% -
HSV(B) 14.67º 0.2% 0.87% -
XYZ 55.43 54.05 48.59 -
YUV 195.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 221 187 176 0 0.15 0.20 0.13 14.67 0.4 0.78
Hex DD BB B0 0 F 14 D F 28 4E
Octal 335 273 260 0 17 24 15 17 50 116
Binary 11011101 10111011 10110000 0 1111 10100 1101 1111 101000 1001110

Color Harmonies of #DDBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB0

Black with #DDBBB0

Text Example


Text Example

White with #DDBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB0; }

 p { color: rgb(221,187,176); }

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

background-color css

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

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

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

border-color css

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

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

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