Html Css Color HEX #DDBEBD Cavern Pink

📋 copy color: '#DDBEBD'

red 221 ◦ green 190 ◦ blue 189

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

Shades of Cavern Pink #DDBEBD

Tints of Cavern Pink #DDBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 36.83%
G = 31.67%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDBEBD (or 0xDDBEBD) is known color: Cavern Pink. HEX triplet: DD, BE and BD. RGB value is (221,190,189). Sum of RGB (Red+Green+Blue) = 221+190+189=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBD is #224142. Grayscale: #C7C7C7. Windows color (decimal): -2244931 or 12435165. OLE color: 12435165.

HSL color Cylindrical-coordinate representation of color #DDBEBD: hue angle of 1.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEBD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 189 -
CMYK 0 0.14 0.14 0.13
HSL 1.88º 0.32% 0.8% -
HSV(B) 1.88º 0.14% 0.87% -
XYZ 57.42 55.87 55.9 -
YUV 199.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 221 190 189 0 0.14 0.14 0.13 1.88 0.32 0.8
Hex DD BE BD 0 E E D 2 20 50
Octal 335 276 275 0 16 16 15 2 40 120
Binary 11011101 10111110 10111101 0 1110 1110 1101 10 100000 1010000

Color Harmonies of #DDBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEBD

Black with #DDBEBD

Text Example


Text Example

White with #DDBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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