Html Css Color HEX #DDC1BD Cavern Pink

📋 copy color: '#DDC1BD'

red 221 ◦ green 193 ◦ blue 189

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

Shades of Cavern Pink #DDC1BD

Tints of Cavern Pink #DDC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.01%

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 36.65%
G = 32.01%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDC1BD (or 0xDDC1BD) is known color: Cavern Pink. HEX triplet: DD, C1 and BD. RGB value is (221,193,189). Sum of RGB (Red+Green+Blue) = 221+193+189=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BD is #223E42. Grayscale: #C8C8C8. Windows color (decimal): -2244163 or 12435933. OLE color: 12435933.

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

Color convert

RGB 221 193 189 -
CMYK 0 0.13 0.14 0.13
HSL 7.5º 0.32% 0.8% -
HSV(B) 7.5º 0.14% 0.87% -
XYZ 58.07 57.19 56.12 -
YUV 200.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 221 193 189 0 0.13 0.14 0.13 7.5 0.32 0.8
Hex DD C1 BD 0 D E D 8 20 50
Octal 335 301 275 0 15 16 15 10 40 120
Binary 11011101 11000001 10111101 0 1101 1110 1101 1000 100000 1010000

Color Harmonies of #DDC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC1BD

Black with #DDC1BD

Text Example


Text Example

White with #DDC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC1BD; }

 p { color: rgb(221,193,189); }

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

background-color css

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

 a { background-color: rgb(221,193,189); }

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

border-color css

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

 span { border-color: rgb(221,193,189); }

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