Html Css Color HEX #DEBDB2 Cavern Pink

📋 copy color: '#DEBDB2'

red 222 ◦ green 189 ◦ blue 178

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

Shades of Cavern Pink #DEBDB2

Tints of Cavern Pink #DEBDB2

RGB

 RED value IS 222 (87.11% from 255) = 37.69%

 GREEN value IS 189 (74.22% from 255) = 32.09%

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

R = 37.69%
G = 32.09%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEBDB2 (or 0xDEBDB2) is known color: Cavern Pink. HEX triplet: DE, BD and B2. RGB value is (222,189,178). Sum of RGB (Red+Green+Blue) = 222+189+178=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDB2 is #21424D. Grayscale: #C5C5C5. Windows color (decimal): -2179662 or 11714014. OLE color: 11714014.

HSL color Cylindrical-coordinate representation of color #DEBDB2: hue angle of 15º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBDB2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 189 178 -
CMYK 0 0.15 0.20 0.13
HSL 15º 0.4% 0.78% -
HSV(B) 15º 0.2% 0.87% -
XYZ 56.36 55.14 49.79 -
YUV 197.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 222 189 178 0 0.15 0.20 0.13 15 0.4 0.78
Hex DE BD B2 0 F 14 D F 28 4E
Octal 336 275 262 0 17 24 15 17 50 116
Binary 11011110 10111101 10110010 0 1111 10100 1101 1111 101000 1001110

Color Harmonies of #DEBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDB2

Black with #DEBDB2

Text Example


Text Example

White with #DEBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDB2; }

 p { color: rgb(222,189,178); }

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

background-color css

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

 a { background-color: rgb(222,189,178); }

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

border-color css

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

 span { border-color: rgb(222,189,178); }

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