Html Css Color HEX #DDBBB3 Cavern Pink

📋 copy color: '#DDBBB3'

red 221 ◦ green 187 ◦ blue 179

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

Shades of Cavern Pink #DDBBB3

Tints of Cavern Pink #DDBBB3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.86%

 BLUE value IS 179 (70.31% from 255) = 30.49%

R = 37.65%
G = 31.86%
B = 30.49%

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

#DDBBB3 (or 0xDDBBB3) is known color: Cavern Pink. HEX triplet: DD, BB and B3. RGB value is (221,187,179). Sum of RGB (Red+Green+Blue) = 221+187+179=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB3 is #22444C. Grayscale: #C4C4C4. Windows color (decimal): -2245709 or 11779037. OLE color: 11779037.

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

Color convert

RGB 221 187 179 -
CMYK 0 0.15 0.19 0.13
HSL 11.43º 0.38% 0.78% -
HSV(B) 11.43º 0.19% 0.87% -
XYZ 55.73 54.17 50.17 -
YUV 196.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 221 187 179 0 0.15 0.19 0.13 11.43 0.38 0.78
Hex DD BB B3 0 F 13 D B 26 4E
Octal 335 273 263 0 17 23 15 13 46 116
Binary 11011101 10111011 10110011 0 1111 10011 1101 1011 100110 1001110

Color Harmonies of #DDBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB3

Black with #DDBBB3

Text Example


Text Example

White with #DDBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB3; }

 p { color: rgb(221,187,179); }

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

background-color css

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

 a { background-color: rgb(221,187,179); }

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

border-color css

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

 span { border-color: rgb(221,187,179); }

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