Html Css Color HEX #DDBCB2 Cavern Pink

📋 copy color: '#DDBCB2'

red 221 ◦ green 188 ◦ blue 178

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

Shades of Cavern Pink #DDBCB2

Tints of Cavern Pink #DDBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 37.65%
G = 32.03%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDBCB2 (or 0xDDBCB2) is known color: Cavern Pink. HEX triplet: DD, BC and B2. RGB value is (221,188,178). Sum of RGB (Red+Green+Blue) = 221+188+178=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCB2 is #22434D. Grayscale: #C4C4C4. Windows color (decimal): -2245454 or 11713757. OLE color: 11713757.

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

Color convert

RGB 221 188 178 -
CMYK 0 0.15 0.19 0.13
HSL 13.95º 0.39% 0.78% -
HSV(B) 13.95º 0.19% 0.87% -
XYZ 55.84 54.55 49.71 -
YUV 196.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 221 188 178 0 0.15 0.19 0.13 13.95 0.39 0.78
Hex DD BC B2 0 F 13 D E 27 4E
Octal 335 274 262 0 17 23 15 16 47 116
Binary 11011101 10111100 10110010 0 1111 10011 1101 1110 100111 1001110

Color Harmonies of #DDBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCB2

Black with #DDBCB2

Text Example


Text Example

White with #DDBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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