Html Css Color HEX #DDBCBA Cavern Pink

📋 copy color: '#DDBCBA'

red 221 ◦ green 188 ◦ blue 186

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

Shades of Cavern Pink #DDBCBA

Tints of Cavern Pink #DDBCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 37.14%
G = 31.6%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDBCBA (or 0xDDBCBA) is known color: Cavern Pink. HEX triplet: DD, BC and BA. RGB value is (221,188,186). Sum of RGB (Red+Green+Blue) = 221+188+186=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCBA is #224345. Grayscale: #C5C5C5. Windows color (decimal): -2245446 or 12238045. OLE color: 12238045.

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

Color convert

RGB 221 188 186 -
CMYK 0 0.15 0.16 0.13
HSL 3.43º 0.34% 0.8% -
HSV(B) 3.43º 0.16% 0.87% -
XYZ 56.66 54.88 54.06 -
YUV 197.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 221 188 186 0 0.15 0.16 0.13 3.43 0.34 0.8
Hex DD BC BA 0 F 10 D 3 22 50
Octal 335 274 272 0 17 20 15 3 42 120
Binary 11011101 10111100 10111010 0 1111 10000 1101 11 100010 1010000

Color Harmonies of #DDBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCBA

Black with #DDBCBA

Text Example


Text Example

White with #DDBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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