Html Css Color HEX #DDBBB5 Cavern Pink

📋 copy color: '#DDBBB5'

red 221 ◦ green 187 ◦ blue 181

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

Shades of Cavern Pink #DDBBB5

Tints of Cavern Pink #DDBBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.73%

R = 37.52%
G = 31.75%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDBBB5 (or 0xDDBBB5) is known color: Cavern Pink. HEX triplet: DD, BB and B5. RGB value is (221,187,181). Sum of RGB (Red+Green+Blue) = 221+187+181=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB5 is #22444A. Grayscale: #C4C4C4. Windows color (decimal): -2245707 or 11910109. OLE color: 11910109.

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

Color convert

RGB 221 187 181 -
CMYK 0 0.15 0.18 0.13
HSL 0.37% 0.79% -
HSV(B) 0.18% 0.87% -
XYZ 55.93 54.25 51.24 -
YUV 196.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 221 187 181 0 0.15 0.18 0.13 9 0.37 0.79
Hex DD BB B5 0 F 12 D 9 25 4F
Octal 335 273 265 0 17 22 15 11 45 117
Binary 11011101 10111011 10110101 0 1111 10010 1101 1001 100101 1001111

Color Harmonies of #DDBBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB5

Black with #DDBBB5

Text Example


Text Example

White with #DDBBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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