#D6BECA

Color #D6BECA Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #D6BECA

Tints of Twilight #D6BECA

Color information

#D6BECA (or 0xD6BECA) is unknown color: approx Twilight. HEX triplet: D6, BE and CA. RGB value is (214,190,202). Sum of RGB (Red+Green+Blue) = 214+190+202=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BECA is #294135. Grayscale: #C6C6C6. Windows color (decimal): -2703670 or 13287126. OLE color: 13287126.

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

Color convert

RGB214190202-
CMYK00.110.060.16
HSL330º22.64%79.22%-
HSV(B)330º11.21%83.92%-
XYZ56.8155.3963.57-
YUV198.54129.95139.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=35.31%
G=31.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419020200.110.060.1633022.6479.22
HexD6BECA0B61014a174f
Octal32627631201362051227117
Binary1101011010111110110010100101111010000101001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BECA; }

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

 H1.HeaderClassName
 {
   color: #D6BECA;
 }
 .AnyTagClassName
 {
   color: #D6BECA;
 }
</style>
background-color css

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

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

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

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

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

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