Html Css Color HEX #D4BDCD Twilight

📋 copy color: '#D4BDCD'

red 212 ◦ green 189 ◦ blue 205

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

Shades of Twilight #D4BDCD

Tints of Twilight #D4BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.19%

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

R = 34.98%
G = 31.19%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4BDCD (or 0xD4BDCD) is known color: Twilight. HEX triplet: D4, BD and CD. RGB value is (212,189,205). Sum of RGB (Red+Green+Blue) = 212+189+205=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCD is #2B4232. Grayscale: #C5C5C5. Windows color (decimal): -2834995 or 13483476. OLE color: 13483476.

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

Color convert

RGB 212 189 205 -
CMYK 0 0.11 0.03 0.17
HSL 318.26º 0.21% 0.79% -
HSV(B) 318.26º 0.11% 0.83% -
XYZ 56.37 54.8 65.36 -
YUV 197.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 212 189 205 0 0.11 0.03 0.17 318.26 0.21 0.79
Hex D4 BD CD 0 B 3 11 13E 15 4F
Octal 324 275 315 0 13 3 21 476 25 117
Binary 11010100 10111101 11001101 0 1011 11 10001 100111110 10101 1001111

Color Harmonies of #D4BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDCD

Black with #D4BDCD

Text Example


Text Example

White with #D4BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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