Html Css Color HEX #DDAFAB Cavern Pink

📋 copy color: '#DDAFAB'

red 221 ◦ green 175 ◦ blue 171

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

Shades of Cavern Pink #DDAFAB

Tints of Cavern Pink #DDAFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 38.98%
G = 30.86%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDAFAB (or 0xDDAFAB) is known color: Cavern Pink. HEX triplet: DD, AF and AB. RGB value is (221,175,171). Sum of RGB (Red+Green+Blue) = 221+175+171=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFAB is #225054. Grayscale: #BCBCBC. Windows color (decimal): -2248789 or 11251677. OLE color: 11251677.

HSL color Cylindrical-coordinate representation of color #DDAFAB: hue angle of 4.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAFAB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 171 -
CMYK 0 0.21 0.23 0.13
HSL 4.8º 0.42% 0.77% -
HSV(B) 4.8º 0.23% 0.87% -
XYZ 52.5 48.97 45.21 -
YUV 188.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 221 175 171 0 0.21 0.23 0.13 4.8 0.42 0.77
Hex DD AF AB 0 15 17 D 5 2A 4D
Octal 335 257 253 0 25 27 15 5 52 115
Binary 11011101 10101111 10101011 0 10101 10111 1101 101 101010 1001101

Color Harmonies of #DDAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFAB

Black with #DDAFAB

Text Example


Text Example

White with #DDAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFAB; }

 p { color: rgb(221,175,171); }

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

background-color css

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

 a { background-color: rgb(221,175,171); }

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

border-color css

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

 span { border-color: rgb(221,175,171); }

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