Html Css Color HEX #D6BFCF Twilight

📋 copy color: '#D6BFCF'

red 214 ◦ green 191 ◦ blue 207

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

Shades of Twilight #D6BFCF

Tints of Twilight #D6BFCF

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

 GREEN value IS 191 (75% from 255) = 31.21%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 34.97%
G = 31.21%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6BFCF (or 0xD6BFCF) is known color: Twilight. HEX triplet: D6, BF and CF. RGB value is (214,191,207). Sum of RGB (Red+Green+Blue) = 214+191+207=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFCF is #294030. Grayscale: #C7C7C7. Windows color (decimal): -2703409 or 13615062. OLE color: 13615062.

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

Color convert

RGB 214 191 207 -
CMYK 0 0.11 0.03 0.16
HSL 318.26º 0.22% 0.79% -
HSV(B) 318.26º 0.11% 0.84% -
XYZ 57.62 56.06 66.82 -
YUV 199.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 214 191 207 0 0.11 0.03 0.16 318.26 0.22 0.79
Hex D6 BF CF 0 B 3 10 13E 16 4F
Octal 326 277 317 0 13 3 20 476 26 117
Binary 11010110 10111111 11001111 0 1011 11 10000 100111110 10110 1001111

Color Harmonies of #D6BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFCF

Black with #D6BFCF

Text Example


Text Example

White with #D6BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFCF; }

 p { color: rgb(214,191,207); }

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

background-color css

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

 a { background-color: rgb(214,191,207); }

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

border-color css

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

 span { border-color: rgb(214,191,207); }

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