Html Css Color HEX #DDBEBC Cavern Pink

📋 copy color: '#DDBEBC'

red 221 ◦ green 190 ◦ blue 188

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

Shades of Cavern Pink #DDBEBC

Tints of Cavern Pink #DDBEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 36.89%
G = 31.72%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDBEBC (or 0xDDBEBC) is known color: Cavern Pink. HEX triplet: DD, BE and BC. RGB value is (221,190,188). Sum of RGB (Red+Green+Blue) = 221+190+188=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBC is #224143. Grayscale: #C7C7C7. Windows color (decimal): -2244932 or 12369629. OLE color: 12369629.

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

Color convert

RGB 221 190 188 -
CMYK 0 0.14 0.15 0.13
HSL 3.64º 0.33% 0.8% -
HSV(B) 3.64º 0.15% 0.87% -
XYZ 57.31 55.83 55.33 -
YUV 199.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 221 190 188 0 0.14 0.15 0.13 3.64 0.33 0.8
Hex DD BE BC 0 E F D 4 21 50
Octal 335 276 274 0 16 17 15 4 41 120
Binary 11011101 10111110 10111100 0 1110 1111 1101 100 100001 1010000

Color Harmonies of #DDBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEBC

Black with #DDBEBC

Text Example


Text Example

White with #DDBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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