Html Css Color HEX #DDBBB8 Cavern Pink

📋 copy color: '#DDBBB8'

red 221 ◦ green 187 ◦ blue 184

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

Shades of Cavern Pink #DDBBB8

Tints of Cavern Pink #DDBBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.08%

R = 37.33%
G = 31.59%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDBBB8 (or 0xDDBBB8) is known color: Cavern Pink. HEX triplet: DD, BB and B8. RGB value is (221,187,184). Sum of RGB (Red+Green+Blue) = 221+187+184=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB8 is #224447. Grayscale: #C4C4C4. Windows color (decimal): -2245704 or 12106717. OLE color: 12106717.

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

Color convert

RGB 221 187 184 -
CMYK 0 0.15 0.17 0.13
HSL 4.86º 0.35% 0.79% -
HSV(B) 4.86º 0.17% 0.87% -
XYZ 56.24 54.37 52.88 -
YUV 196.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 221 187 184 0 0.15 0.17 0.13 4.86 0.35 0.79
Hex DD BB B8 0 F 11 D 5 23 4F
Octal 335 273 270 0 17 21 15 5 43 117
Binary 11011101 10111011 10111000 0 1111 10001 1101 101 100011 1001111

Color Harmonies of #DDBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB8

Black with #DDBBB8

Text Example


Text Example

White with #DDBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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