Html Css Color HEX #DFDADB Pale Rose

📋 copy color: '#DFDADB'

red 223 ◦ green 218 ◦ blue 219

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

Shades of Pale Rose #DFDADB

Tints of Pale Rose #DFDADB

RGB

 RED value IS 223 (87.5% from 255) = 33.79%

 GREEN value IS 218 (85.55% from 255) = 33.03%

 BLUE value IS 219 (85.94% from 255) = 33.18%

R = 33.79%
G = 33.03%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFDADB (or 0xDFDADB) is known color: Pale Rose. HEX triplet: DF, DA and DB. RGB value is (223,218,219). Sum of RGB (Red+Green+Blue) = 223+218+219=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADB is #202524. Grayscale: #DBDBDB. Windows color (decimal): -2106661 or 14408415. OLE color: 14408415.

HSL color Cylindrical-coordinate representation of color #DFDADB: hue angle of 348º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDADB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 219 -
CMYK 0 0.02 0.02 0.13
HSL 348º 0.07% 0.86% -
HSV(B) 348º 0.02% 0.87% -
XYZ 68.29 70.95 77.11 -
YUV 219.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 223 218 219 0 0.02 0.02 0.13 348 0.07 0.86
Hex DF DA DB 0 2 2 D 15C 7 56
Octal 337 332 333 0 2 2 15 534 7 126
Binary 11011111 11011010 11011011 0 10 10 1101 101011100 111 1010110

Color Harmonies of #DFDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDADB

Black with #DFDADB

Text Example


Text Example

White with #DFDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDADB; }

 p { color: rgb(223,218,219); }

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

background-color css

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

 a { background-color: rgb(223,218,219); }

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

border-color css

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

 span { border-color: rgb(223,218,219); }

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