Html Css Color HEX #DDBBB7 Cavern Pink

📋 copy color: '#DDBBB7'

red 221 ◦ green 187 ◦ blue 183

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

Shades of Cavern Pink #DDBBB7

Tints of Cavern Pink #DDBBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.96%

R = 37.39%
G = 31.64%
B = 30.96%

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

#DDBBB7 (or 0xDDBBB7) is known color: Cavern Pink. HEX triplet: DD, BB and B7. RGB value is (221,187,183). Sum of RGB (Red+Green+Blue) = 221+187+183=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB7 is #224448. Grayscale: #C4C4C4. Windows color (decimal): -2245705 or 12041181. OLE color: 12041181.

HSL color Cylindrical-coordinate representation of color #DDBBB7: hue angle of 6.32º degrees, saturation: 0.36, 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 #DDBBB7 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 183 -
CMYK 0 0.15 0.17 0.13
HSL 6.32º 0.36% 0.79% -
HSV(B) 6.32º 0.17% 0.87% -
XYZ 56.14 54.33 52.33 -
YUV 196.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 221 187 183 0 0.15 0.17 0.13 6.32 0.36 0.79
Hex DD BB B7 0 F 11 D 6 24 4F
Octal 335 273 267 0 17 21 15 6 44 117
Binary 11011101 10111011 10110111 0 1111 10001 1101 110 100100 1001111

Color Harmonies of #DDBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB7

Black with #DDBBB7

Text Example


Text Example

White with #DDBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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