Html Css Color HEX #DFB0CB Twilight

📋 copy color: '#DFB0CB'

red 223 ◦ green 176 ◦ blue 203

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

Shades of Twilight #DFB0CB

Tints of Twilight #DFB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 37.04%
G = 29.24%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFB0CB (or 0xDFB0CB) is known color: Twilight. HEX triplet: DF, B0 and CB. RGB value is (223,176,203). Sum of RGB (Red+Green+Blue) = 223+176+203=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0CB is #204F34. Grayscale: #C1C1C1. Windows color (decimal): -2117429 or 13349087. OLE color: 13349087.

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

Color convert

RGB 223 176 203 -
CMYK 0 0.21 0.09 0.13
HSL 325.53º 0.42% 0.78% -
HSV(B) 325.53º 0.21% 0.87% -
XYZ 56.74 51.05 63.36 -
YUV 193.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 223 176 203 0 0.21 0.09 0.13 325.53 0.42 0.78
Hex DF B0 CB 0 15 9 D 146 2A 4E
Octal 337 260 313 0 25 11 15 506 52 116
Binary 11011111 10110000 11001011 0 10101 1001 1101 101000110 101010 1001110

Color Harmonies of #DFB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0CB

Black with #DFB0CB

Text Example


Text Example

White with #DFB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0CB; }

 p { color: rgb(223,176,203); }

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

background-color css

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

 a { background-color: rgb(223,176,203); }

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

border-color css

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

 span { border-color: rgb(223,176,203); }

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