Html Css Color HEX #D4BBCD Twilight

📋 copy color: '#D4BBCD'

red 212 ◦ green 187 ◦ blue 205

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

Shades of Twilight #D4BBCD

Tints of Twilight #D4BBCD

RGB

 RED value IS 212 (83.2% from 255) = 35.1%

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

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

R = 35.1%
G = 30.96%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4BBCD (or 0xD4BBCD) is known color: Twilight. HEX triplet: D4, BB and CD. RGB value is (212,187,205). Sum of RGB (Red+Green+Blue) = 212+187+205=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBCD is #2B4432. Grayscale: #C4C4C4. Windows color (decimal): -2835507 or 13482964. OLE color: 13482964.

HSL color Cylindrical-coordinate representation of color #D4BBCD: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBCD is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 187 205 -
CMYK 0 0.12 0.03 0.17
HSL 316.8º 0.23% 0.78% -
HSV(B) 316.8º 0.12% 0.83% -
XYZ 55.94 53.95 65.22 -
YUV 196.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 212 187 205 0 0.12 0.03 0.17 316.8 0.23 0.78
Hex D4 BB CD 0 C 3 11 13D 17 4E
Octal 324 273 315 0 14 3 21 475 27 116
Binary 11010100 10111011 11001101 0 1100 11 10001 100111101 10111 1001110

Color Harmonies of #D4BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBCD

Black with #D4BBCD

Text Example


Text Example

White with #D4BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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