Html Css Color HEX #D4BDC9 Twilight

📋 copy color: '#D4BDC9'

red 212 ◦ green 189 ◦ blue 201

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

Shades of Twilight #D4BDC9

Tints of Twilight #D4BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.39%

R = 35.22%
G = 31.4%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4BDC9 (or 0xD4BDC9) is known color: Twilight. HEX triplet: D4, BD and C9. RGB value is (212,189,201). Sum of RGB (Red+Green+Blue) = 212+189+201=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC9 is #2B4236. Grayscale: #C5C5C5. Windows color (decimal): -2834999 or 13221332. OLE color: 13221332.

HSL color Cylindrical-coordinate representation of color #D4BDC9: hue angle of 328.7º 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 #D4BDC9 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 201 -
CMYK 0 0.11 0.05 0.17
HSL 328.7º 0.21% 0.79% -
HSV(B) 328.7º 0.11% 0.83% -
XYZ 55.89 54.61 62.85 -
YUV 197.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 212 189 201 0 0.11 0.05 0.17 328.7 0.21 0.79
Hex D4 BD C9 0 B 5 11 149 15 4F
Octal 324 275 311 0 13 5 21 511 25 117
Binary 11010100 10111101 11001001 0 1011 101 10001 101001001 10101 1001111

Color Harmonies of #D4BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDC9

Black with #D4BDC9

Text Example


Text Example

White with #D4BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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