Html Css Color HEX #DDAFAC Cavern Pink

📋 copy color: '#DDAFAC'

red 221 ◦ green 175 ◦ blue 172

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

Shades of Cavern Pink #DDAFAC

Tints of Cavern Pink #DDAFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 38.91%
G = 30.81%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDAFAC (or 0xDDAFAC) is known color: Cavern Pink. HEX triplet: DD, AF and AC. RGB value is (221,175,172). Sum of RGB (Red+Green+Blue) = 221+175+172=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFAC is #225053. Grayscale: #BCBCBC. Windows color (decimal): -2248788 or 11317213. OLE color: 11317213.

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

Color convert

RGB 221 175 172 -
CMYK 0 0.21 0.22 0.13
HSL 3.67º 0.42% 0.77% -
HSV(B) 3.67º 0.22% 0.87% -
XYZ 52.6 49.01 45.72 -
YUV 188.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 221 175 172 0 0.21 0.22 0.13 3.67 0.42 0.77
Hex DD AF AC 0 15 16 D 4 2A 4D
Octal 335 257 254 0 25 26 15 4 52 115
Binary 11011101 10101111 10101100 0 10101 10110 1101 100 101010 1001101

Color Harmonies of #DDAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFAC

Black with #DDAFAC

Text Example


Text Example

White with #DDAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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