Html Css Color HEX #DEAFAB Cavern Pink

📋 copy color: '#DEAFAB'

red 222 ◦ green 175 ◦ blue 171

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

Shades of Cavern Pink #DEAFAB

Tints of Cavern Pink #DEAFAB

RGB

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

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

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

R = 39.08%
G = 30.81%
B = 30.11%

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

#DEAFAB (or 0xDEAFAB) is known color: Cavern Pink. HEX triplet: DE, AF and AB. RGB value is (222,175,171). Sum of RGB (Red+Green+Blue) = 222+175+171=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFAB is #215054. Grayscale: #BCBCBC. Windows color (decimal): -2183253 or 11251678. OLE color: 11251678.

HSL color Cylindrical-coordinate representation of color #DEAFAB: hue angle of 4.71º degrees, saturation: 0.44, 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 #DEAFAB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 171 -
CMYK 0 0.21 0.23 0.13
HSL 4.71º 0.44% 0.77% -
HSV(B) 4.71º 0.23% 0.87% -
XYZ 52.8 49.13 45.23 -
YUV 188.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 222 175 171 0 0.21 0.23 0.13 4.71 0.44 0.77
Hex DE AF AB 0 15 17 D 5 2C 4D
Octal 336 257 253 0 25 27 15 5 54 115
Binary 11011110 10101111 10101011 0 10101 10111 1101 101 101100 1001101

Color Harmonies of #DEAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFAB

Black with #DEAFAB

Text Example


Text Example

White with #DEAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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