Html Css Color HEX #D6BECE Twilight

📋 copy color: '#D6BECE'

red 214 ◦ green 190 ◦ blue 206

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

Shades of Twilight #D6BECE

Tints of Twilight #D6BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 35.08%
G = 31.15%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6BECE (or 0xD6BECE) is known color: Twilight. HEX triplet: D6, BE and CE. RGB value is (214,190,206). Sum of RGB (Red+Green+Blue) = 214+190+206=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BECE is #294131. Grayscale: #C6C6C6. Windows color (decimal): -2703666 or 13549270. OLE color: 13549270.

HSL color Cylindrical-coordinate representation of color #D6BECE: hue angle of 320º degrees, saturation: 0.23, 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 #D6BECE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 206 -
CMYK 0 0.11 0.04 0.16
HSL 320º 0.23% 0.79% -
HSV(B) 320º 0.11% 0.84% -
XYZ 57.29 55.58 66.1 -
YUV 199 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 214 190 206 0 0.11 0.04 0.16 320 0.23 0.79
Hex D6 BE CE 0 B 4 10 140 17 4F
Octal 326 276 316 0 13 4 20 500 27 117
Binary 11010110 10111110 11001110 0 1011 100 10000 101000000 10111 1001111

Color Harmonies of #D6BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BECE

Black with #D6BECE

Text Example


Text Example

White with #D6BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BECE; }

 p { color: rgb(214,190,206); }

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

background-color css

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

 a { background-color: rgb(214,190,206); }

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

border-color css

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

 span { border-color: rgb(214,190,206); }

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