Html Css Color HEX #D5BBCD Twilight

📋 copy color: '#D5BBCD'

red 213 ◦ green 187 ◦ blue 205

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

Shades of Twilight #D5BBCD

Tints of Twilight #D5BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.91%

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 35.21%
G = 30.91%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5BBCD (or 0xD5BBCD) is known color: Twilight. HEX triplet: D5, BB and CD. RGB value is (213,187,205). Sum of RGB (Red+Green+Blue) = 213+187+205=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCD is #2A4432. Grayscale: #C4C4C4. Windows color (decimal): -2769971 or 13482965. OLE color: 13482965.

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

Color convert

RGB 213 187 205 -
CMYK 0 0.12 0.04 0.16
HSL 318.46º 0.24% 0.78% -
HSV(B) 318.46º 0.12% 0.84% -
XYZ 56.23 54.09 65.24 -
YUV 196.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 213 187 205 0 0.12 0.04 0.16 318.46 0.24 0.78
Hex D5 BB CD 0 C 4 10 13E 18 4E
Octal 325 273 315 0 14 4 20 476 30 116
Binary 11010101 10111011 11001101 0 1100 100 10000 100111110 11000 1001110

Color Harmonies of #D5BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBCD

Black with #D5BBCD

Text Example


Text Example

White with #D5BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBCD; }

 p { color: rgb(213,187,205); }

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

background-color css

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

 a { background-color: rgb(213,187,205); }

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

border-color css

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

 span { border-color: rgb(213,187,205); }

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