Html Css Color HEX #D5B9CB Twilight

📋 copy color: '#D5B9CB'

red 213 ◦ green 185 ◦ blue 203

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

Shades of Twilight #D5B9CB

Tints of Twilight #D5B9CB

RGB

 RED value IS 213 (83.59% from 255) = 35.44%

 GREEN value IS 185 (72.66% from 255) = 30.78%

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

R = 35.44%
G = 30.78%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5B9CB (or 0xD5B9CB) is known color: Twilight. HEX triplet: D5, B9 and CB. RGB value is (213,185,203). Sum of RGB (Red+Green+Blue) = 213+185+203=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9CB is #2A4634. Grayscale: #C3C3C3. Windows color (decimal): -2770485 or 13351381. OLE color: 13351381.

HSL color Cylindrical-coordinate representation of color #D5B9CB: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9CB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 203 -
CMYK 0 0.13 0.05 0.16
HSL 321.43º 0.25% 0.78% -
HSV(B) 321.43º 0.13% 0.84% -
XYZ 55.57 53.16 63.83 -
YUV 195.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 213 185 203 0 0.13 0.05 0.16 321.43 0.25 0.78
Hex D5 B9 CB 0 D 5 10 141 19 4E
Octal 325 271 313 0 15 5 20 501 31 116
Binary 11010101 10111001 11001011 0 1101 101 10000 101000001 11001 1001110

Color Harmonies of #D5B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9CB

Black with #D5B9CB

Text Example


Text Example

White with #D5B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9CB; }

 p { color: rgb(213,185,203); }

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

background-color css

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

 a { background-color: rgb(213,185,203); }

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

border-color css

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

 span { border-color: rgb(213,185,203); }

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