Html Css Color HEX #DFD5DB Prim

📋 copy color: '#DFD5DB'

red 223 ◦ green 213 ◦ blue 219

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

Shades of Prim #DFD5DB

Tints of Prim #DFD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

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

R = 34.05%
G = 32.52%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFD5DB (or 0xDFD5DB) is known color: Prim. HEX triplet: DF, D5 and DB. RGB value is (223,213,219). Sum of RGB (Red+Green+Blue) = 223+213+219=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DB is #202A24. Grayscale: #D8D8D8. Windows color (decimal): -2107941 or 14407135. OLE color: 14407135.

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

Color convert

RGB 223 213 219 -
CMYK 0 0.04 0.02 0.13
HSL 324º 0.14% 0.85% -
HSV(B) 324º 0.04% 0.87% -
XYZ 67.01 68.39 76.69 -
YUV 216.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 223 213 219 0 0.04 0.02 0.13 324 0.14 0.85
Hex DF D5 DB 0 4 2 D 144 E 55
Octal 337 325 333 0 4 2 15 504 16 125
Binary 11011111 11010101 11011011 0 100 10 1101 101000100 1110 1010101

Color Harmonies of #DFD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5DB

Black with #DFD5DB

Text Example


Text Example

White with #DFD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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