Html Css Color HEX #DDBBB2 Cavern Pink

📋 copy color: '#DDBBB2'

red 221 ◦ green 187 ◦ blue 178

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

Shades of Cavern Pink #DDBBB2

Tints of Cavern Pink #DDBBB2

RGB

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

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

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

R = 37.71%
G = 31.91%
B = 30.38%

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

#DDBBB2 (or 0xDDBBB2) is known color: Cavern Pink. HEX triplet: DD, BB and B2. RGB value is (221,187,178). Sum of RGB (Red+Green+Blue) = 221+187+178=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBB2 is #22444D. Grayscale: #C4C4C4. Windows color (decimal): -2245710 or 11713501. OLE color: 11713501.

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

Color convert

RGB 221 187 178 -
CMYK 0 0.15 0.19 0.13
HSL 12.56º 0.39% 0.78% -
HSV(B) 12.56º 0.19% 0.87% -
XYZ 55.63 54.13 49.64 -
YUV 196.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 221 187 178 0 0.15 0.19 0.13 12.56 0.39 0.78
Hex DD BB B2 0 F 13 D D 27 4E
Octal 335 273 262 0 17 23 15 15 47 116
Binary 11011101 10111011 10110010 0 1111 10011 1101 1101 100111 1001110

Color Harmonies of #DDBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBB2

Black with #DDBBB2

Text Example


Text Example

White with #DDBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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