Html Css Color HEX #DDBCB7 Cavern Pink

📋 copy color: '#DDBCB7'

red 221 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #DDBCB7

Tints of Cavern Pink #DDBCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.76%

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

R = 37.33%
G = 31.76%
B = 30.91%

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

#DDBCB7 (or 0xDDBCB7) is known color: Cavern Pink. HEX triplet: DD, BC and B7. RGB value is (221,188,183). Sum of RGB (Red+Green+Blue) = 221+188+183=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB7 is #224348. Grayscale: #C5C5C5. Windows color (decimal): -2245449 or 12041437. OLE color: 12041437.

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

Color convert

RGB 221 188 183 -
CMYK 0 0.15 0.17 0.13
HSL 7.89º 0.36% 0.79% -
HSV(B) 7.89º 0.17% 0.87% -
XYZ 56.35 54.76 52.4 -
YUV 197.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 221 188 183 0 0.15 0.17 0.13 7.89 0.36 0.79
Hex DD BC B7 0 F 11 D 8 24 4F
Octal 335 274 267 0 17 21 15 10 44 117
Binary 11011101 10111100 10110111 0 1111 10001 1101 1000 100100 1001111

Color Harmonies of #DDBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCB7

Black with #DDBCB7

Text Example


Text Example

White with #DDBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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