Html Css Color HEX #D4BDC7 Twilight

📋 copy color: '#D4BDC7'

red 212 ◦ green 189 ◦ blue 199

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

Shades of Twilight #D4BDC7

Tints of Twilight #D4BDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.17%

R = 35.33%
G = 31.5%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D4BDC7 (or 0xD4BDC7) is known color: Twilight. HEX triplet: D4, BD and C7. RGB value is (212,189,199). Sum of RGB (Red+Green+Blue) = 212+189+199=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC7 is #2B4238. Grayscale: #C5C5C5. Windows color (decimal): -2835001 or 13090260. OLE color: 13090260.

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

Color convert

RGB 212 189 199 -
CMYK 0 0.11 0.06 0.17
HSL 333.91º 0.21% 0.79% -
HSV(B) 333.91º 0.11% 0.83% -
XYZ 55.66 54.52 61.62 -
YUV 197.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 212 189 199 0 0.11 0.06 0.17 333.91 0.21 0.79
Hex D4 BD C7 0 B 6 11 14E 15 4F
Octal 324 275 307 0 13 6 21 516 25 117
Binary 11010100 10111101 11000111 0 1011 110 10001 101001110 10101 1001111

Color Harmonies of #D4BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDC7

Black with #D4BDC7

Text Example


Text Example

White with #D4BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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