Html Css Color HEX #DDBDB7 Cavern Pink

📋 copy color: '#DDBDB7'

red 221 ◦ green 189 ◦ blue 183

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

Shades of Cavern Pink #DDBDB7

Tints of Cavern Pink #DDBDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.87%

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

R = 37.27%
G = 31.87%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDBDB7 (or 0xDDBDB7) is known color: Cavern Pink. HEX triplet: DD, BD and B7. RGB value is (221,189,183). Sum of RGB (Red+Green+Blue) = 221+189+183=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDB7 is #224248. Grayscale: #C5C5C5. Windows color (decimal): -2245193 or 12041693. OLE color: 12041693.

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

Color convert

RGB 221 189 183 -
CMYK 0 0.14 0.17 0.13
HSL 9.47º 0.36% 0.79% -
HSV(B) 9.47º 0.17% 0.87% -
XYZ 56.56 55.19 52.47 -
YUV 197.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 221 189 183 0 0.14 0.17 0.13 9.47 0.36 0.79
Hex DD BD B7 0 E 11 D 9 24 4F
Octal 335 275 267 0 16 21 15 11 44 117
Binary 11011101 10111101 10110111 0 1110 10001 1101 1001 100100 1001111

Color Harmonies of #DDBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDB7

Black with #DDBDB7

Text Example


Text Example

White with #DDBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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